feat: animate the scroll to constrained area

This commit is contained in:
Arnošt Pleskot 2023-07-09 21:04:34 +02:00
parent 7336b1c276
commit c0bd9027cb
No known key found for this signature in database
2 changed files with 51 additions and 4 deletions

View file

@ -228,6 +228,7 @@ export type AppState = {
y: number;
width: number;
height: number;
isAnimating?: boolean;
} | null;
};