flutter_easy_animations 0.0.2 flutter_easy_animations: ^0.0.2 copied to clipboard
This library provides a variety of convenient Flutter animation effects.
0.0.1 #
Add AnimateStyles class.
0.0.2 #
一些动画从原先使用的带有弹跳的 Curves.elasticOut 曲线修改比较平滑的 Curves.easeInOut 曲线。包括:
- backInDown;
- backInLeft;
- backInRight;
- backInUp;
- rotateIn
- rotateInDownLeft
- rotateInDownRight
- rotateInUpLeft
- rotateInUpRight
- zoomIn
- zoomInDown
- zoomInLeft
- zoomInRight
- zoomInUp