You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Scrolling with the Elementa UI library feels pretty smooth, but I would like to choose the specific animation algorithm - the scrolling in other programs such as my web browser uses a different animation.
Describe the solution you'd like
In the constructor, add a parameter to change the AnimationStategy.
Describe alternatives you've considered
I tried subclassing ScrollComponent, but it appears to be final.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Scrolling with the Elementa UI library feels pretty smooth, but I would like to choose the specific animation algorithm - the scrolling in other programs such as my web browser uses a different animation.
Describe the solution you'd like
In the constructor, add a parameter to change the AnimationStategy.
Describe alternatives you've considered
I tried subclassing ScrollComponent, but it appears to be final.
The text was updated successfully, but these errors were encountered: