mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-18 20:13:43 +02:00
chore: add figma link
This commit is contained in:
parent
7644eafa30
commit
34f9b4143b
2 changed files with 10 additions and 0 deletions
7
FEATURES.md
Normal file
7
FEATURES.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
* 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,
|
|
@ -6,6 +6,9 @@ Each card can change its rotation, position and scale when swiping the cards.
|
|||
|
||||

|
||||
|
||||
Figma Design that defines this component (only accessible for Iconica developers): https://www.figma.com/file/4WkjwynOz5wFeFBRqTHPeP/Iconica-Design-System?type=design&node-id=357%3A3335&mode=design&t=XulkAJNPQ32ARxWh-1
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
To use this package, add `carousel` as a dependency in your pubspec.yaml file.
|
||||
|
|
Loading…
Reference in a new issue