Skip to content

Commit 0f00d2f

Browse files
committed
Added page transition animation
1 parent 8849aa2 commit 0f00d2f

14 files changed

+54
-27
lines changed
891 KB
Loading
401 KB
Loading
233 KB
Loading
257 KB
Loading
346 KB
Loading
251 KB
Loading
258 KB
Loading
309 KB
Loading

docs/ff-concepts/animations/animations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2+
slug: animations
23
title: Animations
34
sidebar_position: 1
45
description: Learn the basics of animations in FlutterFlow.
56
---
67

78
Enhancing your app with animations significantly improves the user experience, making it more engaging and intuitive. In FlutterFlow, you have several options to add animations to your app:
89

9-
- **Widget Animations**: Add animation effects to an entire widget.
10-
- **Implicit Animations**: Animate changes in specific widget properties, such as the height of a Container.
11-
- **Hero Animations**: Animate a widget that transitions smoothly between screens, also known as shared element transitions.
12-
- **Page Transitions**: Specify transitions between pages within your app.
10+
- [**Widget Animations**](widget-animations): Add animation effects to an entire widget.
11+
- [**Implicit Animations**](implicit-animations): Animate changes in specific widget properties, such as the height of a Container.
12+
- [**Hero Animations**](hero-animations): Animate a widget that transitions smoothly between screens, also known as shared element transitions.
13+
- [**Page Transition Animations**](page-transition-animations): Specify transitions between pages within your app.
1314
- **Import Animations**: Import animations you've created using other tools such [lottiefiles](https://lottiefiles.com/) and [Rive](https://rive.app/).
1415

1516

0 commit comments

Comments
 (0)