From 34f9b4143bc42c2a2d109d40755bb4fda4a85789 Mon Sep 17 00:00:00 2001 From: Freek van de Ven Date: Sun, 17 Dec 2023 11:50:44 +0100 Subject: [PATCH] chore: add figma link --- FEATURES.md | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 FEATURES.md 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.