ez_animation
ez_animation copied to clipboard
Easy Animations - No Controllers, No Tickers, Only the necessary parts.
Results
2
ez_animation issues
Sort by
recently updated
recently updated
newest added
Can we have a visual example in the readme for this repo and in the pub dev site? It would really appeal to the users more if we had pictures/gifs/videos...
Thanks for this awesome package. Can we use this for Transitions too? ```dart EzAnimation ezAnimation = EzAnimation.tween( Tween(begin: 0.0, end: 1.0), Duration(seconds: 2), context: context); FadeTransition( opacity: ezAnimation, //Error child:...