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.
samples/animations
John Ryan 576a33b26b
update comment
7 years ago
..
android initialize animations sample project 7 years ago
assets add two demos, set up routing 7 years ago
ios initialize animations sample project 7 years ago
lib update comment 7 years ago
.gitignore initialize animations sample project 7 years ago
.metadata initialize animations sample project 7 years ago
README.md update README 7 years ago
pubspec.lock add two demos, set up routing 7 years ago
pubspec.yaml add two demos, set up routing 7 years ago

README.md

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.