mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 06:06:59 +08:00
Update animations README (#362)
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## 2.0.1
|
||||
* Add links to the spec and codelab.
|
||||
|
||||
## 2.0.0
|
||||
|
||||
* Migrates to null safety.
|
||||
|
@ -11,8 +11,11 @@ flutter run --release
|
||||
|
||||
## Material motion for Flutter
|
||||
|
||||
Material motion is a set of transition patterns that help users understand and navigate an app. Currently,
|
||||
the following transition patterns are available in this library:
|
||||
Material motion is a set of transition patterns that help users understand and navigate an app. For more information on the patterns and how to choose between them, check out the [Material motion system spec](https://material.io/design/motion/the-motion-system.html).
|
||||
|
||||
A codelab, [Building Beautiful Transitions with Material Motion for Flutter](https://codelabs.developers.google.com/codelabs/material-motion-flutter), is also available.
|
||||
|
||||
Material motion defines the following transition patterns:
|
||||
|
||||
1. [Container transform](#container-transform)
|
||||
2. [Shared axis](#shared-axis)
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: animations
|
||||
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
homepage: https://github.com/flutter/packages/tree/master/packages/animations
|
||||
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user