mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: animate the scroll to constrained area
This commit is contained in:
parent
7336b1c276
commit
c0bd9027cb
2 changed files with 51 additions and 4 deletions
|
@ -228,6 +228,7 @@ export type AppState = {
|
|||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
isAnimating?: boolean;
|
||||
} | null;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue