chore: add figma link

This commit is contained in:
Freek van de Ven 2023-12-17 11:50:44 +01:00
parent 7644eafa30
commit 34f9b4143b
2 changed files with 10 additions and 0 deletions

7
FEATURES.md Normal file
View 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,

View file

@ -6,6 +6,9 @@ Each card can change its rotation, position and scale when swiping the cards.
![Carousel GIF](carousel.gif) ![Carousel GIF](carousel.gif)
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 ## Usage
To use this package, add `carousel` as a dependency in your pubspec.yaml file. To use this package, add `carousel` as a dependency in your pubspec.yaml file.