1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

[animations] Added FadeTransition Demo (#375)

* [animations] Added FadeTransition Demo

* updated acc to reviews

* updated acc to reviews

Co-authored-by: John Ryan <ryjohn@google.com>
This commit is contained in:
Jaideep Prasad
2020-03-18 04:38:15 +05:30
committed by GitHub
parent b1a4a24f64
commit 73ee9832a2
3 changed files with 82 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ Building blocks and patterns
6. **CustomTweenDemo** Demonstrates how to extend `Tween`.
7. **TweenSequenceDemo** Demonstrates how to use `TweenSequence` to build a
button that changes between different colors.
8. **FadeTransitionDemo** Demonstrates how to use `FadeTransition`.
### Misc