animations/README.md
Sample apps that showcase Flutter's animation features
Building blocks and patterns
AnimatedContainer.Tween and Animation to
build a custom page route transition.AnimationController.Tween with an
AnimationController.AnimatedBuilder with an
AnimationController.Tween.TweenSequence to build a
button that changes between different colors.FadeTransition.Other uses-cases and examples
AnimatedCrossFade to fade
between two widgets and change the size.PageView with a custom animation.PageRouteBuilder.AnimatedList.AnimatedPositioned.AnimatedSwitcher.Hero animation.CurvedAnimation.