Skip to content

Commit 0ac37a1

Browse files
committed
added intro page
1 parent 8b7710f commit 0ac37a1

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
335 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 -->

docs/ff-concepts/animations/widget_animations.md

Whitespace-only changes.

0 commit comments

Comments
 (0)