You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains pre-canned animations for commonly-desired effects. The animations can be customized with your content and dropped into your application to delight your users.
4
4
@@ -9,42 +9,63 @@ cd example/
9
9
flutter run --release
10
10
```
11
11
12
-
## Available Animations
12
+
## Material motion for Flutter
13
13
14
-
Currently, the following animated effects are available in this library:
14
+
Material motion is a set of transition patterns that help users understand and navigate an app. Currently,
15
+
the following transition patterns are available in this library:
15
16
16
-
### Material's Open Container Transitions
17
+
1.[Container transform](#container-transform)
18
+
2.[Shared axis](#shared-axis)
19
+
3.[Fade through](#fade-through)
20
+
4.[Fade](#fade)
17
21
18
-
Tapping on a container (e.g. a card or a button) will expand the container to reveal more information.
22
+
### Container transform
19
23
20
-
| Card with Fade Transition | Card with Fade Through Transition |
The **container transform** pattern is designed for transitions between UI elements that include a container. This pattern creates a visible connection between two UI elements.
26
25
27
-
A transition animation between UI elements that have a spatial or navigational
28
-
relationship.
26
+

0 commit comments