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
Reading the documentation I found the setup easy but I'm not sure how I would replace animations in an existing app that rely on Flutter or Flutter lib like animate.
Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered:
It really depends on your use-case! Existing libs like animate can not easily be replaced as far as I'm aware, they need to first support springster on their end.
For any place where you use an AnimationController, you can now replace it with a SpringController. A lot of the time, however, Things like AnimatedContainer, AnimatedOpacity, etc. can be replaced with either SpringBuilder or SpringBuilder2D, where you interpolate the values in the builder function.
In the future, it could be nice to provide spring-variants of the Flutter-internal animated widgets.
Thanks @timcreatedit for the clear explanation. It's really the effect I would like to share with my user, you demonstrate a better feedback from interactions.
I'll see how I can move on an integrate it.
Reading the documentation I found the setup easy but I'm not sure how I would replace animations in an existing app that rely on Flutter or Flutter lib like animate.
Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: