flutter_carousel/FEATURES.md

8 lines
228 B
Markdown
Raw Normal View History

2023-12-17 11:50:44 +01:00
* Every sort of widget can be animated as a card.
* For the animation the following properties can be set between animation frames:
this.x = 0,
this.y = 0,
this.angle = 0,
this.scale = 1,
this.opacity = 1.0,