mirror of https://github.com/flutter/samples.git
parent
576a33b26b
commit
7a5b58b65c
@ -1,12 +1,31 @@
|
|||||||
# Animation Samples
|
# Animation Samples
|
||||||
Sample apps that showcasing Flutter's animation features
|
Sample apps that showcasing Flutter's animation features
|
||||||
|
|
||||||
## Basics
|
## Goals
|
||||||
|
|
||||||
|
- Demonstrate the building blocks for animations and how they work together
|
||||||
|
- Provide samples for common patterns and use-cases
|
||||||
|
|
||||||
|
## Samples
|
||||||
|
|
||||||
|
### Basics
|
||||||
|
|
||||||
|
Building blocks and patterns
|
||||||
|
|
||||||
**AnimationControllerDemo**
|
**AnimationControllerDemo**
|
||||||
Demonstrates how to use an `AnimationController`.
|
Demonstrates how to use an `AnimationController`.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
Other uses-cases and examples
|
||||||
|
|
||||||
## Misc
|
**ExpandCardDemo**
|
||||||
**ExpandCard**
|
|
||||||
Demonstrates how to use `AnimatedCrossFade` to fade between two widgets and
|
Demonstrates how to use `AnimatedCrossFade` to fade between two widgets and
|
||||||
change the size.
|
change the size.
|
||||||
|
|
||||||
|
## Other Resources
|
||||||
|
|
||||||
|
- [Introduction to animations](https://flutter.dev/docs/development/ui/animations)
|
||||||
|
- [Animation widgets](https://flutter.dev/docs/development/ui/widgets/animation)
|
||||||
|
- [Flutter cookbook - Animations](https://flutter.dev/docs/cookbook/animation)
|
||||||
|
- [Animations tutorial](https://flutter.dev/docs/development/ui/animations/tutorial)
|
||||||
|
Loading…
Reference in new issue