mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
852 B
30 lines
852 B
# Animation Samples
|
|
Sample apps that showcasing Flutter's animation features
|
|
|
|
## 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** Demonstrates how to use an `AnimationController`.
|
|
|
|
### Misc
|
|
|
|
Other uses-cases and examples
|
|
|
|
**ExpandCardDemo** Demonstrates how to use `AnimatedCrossFade` to fade between
|
|
two widgets and 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)
|