mirror of
https://github.com/flutter/samples.git
synced 2026-03-24 21:31:47 +00:00
13 lines
284 B
Markdown
13 lines
284 B
Markdown
# Animation Samples
|
|
Sample apps that showcasing Flutter's animation features
|
|
|
|
## Basics
|
|
**AnimationControllerDemo**
|
|
Demonstrates how to use an `AnimationController`.
|
|
|
|
|
|
## Misc
|
|
**ExpandCard**
|
|
Demonstrates how to use `AnimatedCrossFade` to fade between two widgets and
|
|
change the size.
|