File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
docs/ff-concepts/animations Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Troubleshooting Guides Overview
3
+ sidebar_position : 1
4
+ ---
5
+
6
+ Adding animations to your app enhances the user experience. A well-choreographed animation can make the app look and feel more intuitive.
7
+
8
+ In FlutterFlow, you have the following options to add animations to your app:
9
+
10
+ 1 . Widget Animations: add animation effects to an entire widget
11
+ 1 . Implicit Animations: animate changes in specific widget properties (i.e. change in height of a Container)
12
+ 1 . Hero Animations: animate a widget that flies between screens (also known as shared element transitions)
13
+ 1 . Import Lottie or Rive animations: import animations you've created in other tools
14
+ 1 . Page transitions: specify transitions between pages within your
15
+
16
+ To learn more about animations in FlutterFlow checkout this video:
17
+ <!-- TO DO -->
You can’t perform that action at this time.
0 commit comments