Skip to content

Commit f3c5f8a

Browse files
committed
stuff
1 parent 51af2f8 commit f3c5f8a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/ff-concepts/animations/animations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ In FlutterFlow, you have the following options to add animations to your app:
1414
1. Page transitions: specify transitions between pages within your
1515

1616
To learn more about animations in FlutterFlow checkout this video:
17-
<!-- TO DO -->
17+
<!-- TO DO embed video-->
18+
19+
<!-- TO DO create animations showcase-->

docs/ff-concepts/animations/widget_animations.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,19 @@ To create an experience like this, we need to:
6666
2. Add a fade animation to the widget that displays the query result, to gradually present it on the screen.
6767

6868

69+
## Staggering animations on page load
70+
There are also cases where you may want to stagger widgets loading on a page. In this case you can use the "Apply same duration & delay" property.
71+
72+
For example, say you want to have the various elements on your login page
73+
74+
6975

7076
## Triggering an animation as part of an action flow
77+
Beyond triggering widget animations on load, you can trigger an animation to occur as part of an action.
78+
79+
For example, say you want a like button to be enlarged when a user clicks it.
7180

7281

7382

74-
## Types of widget animation curves
7583

7684

0 commit comments

Comments
 (0)