mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-19 04:13:43 +02:00
8 lines
228 B
Markdown
8 lines
228 B
Markdown
* 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,
|