mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
* add spring physics card demo * fix button colors in animations project * code review updates * refactor method into runAnimation * combine updateAnimation and runAnimation * update comment
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.