diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 0000000..07198d7 --- /dev/null +++ b/FEATURES.md @@ -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, diff --git a/README.md b/README.md index 0b06c8d..c65c83c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Each card can change its rotation, position and scale when swiping the cards. ![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 To use this package, add `carousel` as a dependency in your pubspec.yaml file.