Skip to content

Commit 568e454

Browse files
committed
Updated widget animations
1 parent 635e89f commit 568e454

File tree

8 files changed

+11419
-19938
lines changed

8 files changed

+11419
-19938
lines changed
523 KB
Loading

docs/ff-concepts/animations/animations.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ title: Animations
33
sidebar_position: 1
44
---
55

6-
Adding animations to your app enhances the user experience. A well-choreographed animation can make the app look and feel more intuitive.
6+
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:
77

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

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
1514

16-
To learn more about animations in FlutterFlow checkout this video:
15+
To learn more about animations in FlutterFlow, check out this video:
1716
<div class="video-container"><iframe src="https://www.youtube.com/embed/-quxi_t0eWU?si=GdZBMFcuEZEyFplB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
1817

1918
<!-- TO DO create animations showcase-->

docs/ff-concepts/animations/hero_animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hero Animations
3-
sidebar_position: 1
3+
sidebar_position: 3
44
---
55

66
## Hero Animation Overview
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Implicit Animations
3-
sidebar_position: 1
3+
sidebar_position: 2
44
---
55

66
Animating a container (show a progress bar for checkout page loading)

docs/ff-concepts/animations/page_transitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Navigation Transitions
3-
sidebar_position: 1
2+
title: Page Transitions
3+
sidebar_position: 4
44
---
55

66
The animation that plays while going from one page of the app to another is known as the navigation transition. While defining a Navigate To Action on any widget, you will notice the transition type is set as Default but you can change that animation easily.

docs/ff-concepts/animations/widget_animations.md

Lines changed: 142 additions & 35 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 11265 additions & 19890 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const sidebars: SidebarsConfig = {
7474
items: [
7575
{
7676
type: 'autogenerated',
77-
dirName: 'integrations'
77+
dirName: 'Integrations'
7878
}
7979
],
8080
}

0 commit comments

Comments
 (0)