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

[animations] new animation sample: Hero Animation Demo (#364)

This commit is contained in:
Jaideep Prasad
2020-03-18 03:48:30 +05:30
committed by GitHub
parent a165fb98ad
commit b1a4a24f64
3 changed files with 67 additions and 1 deletions

View File

@@ -23,7 +23,6 @@ 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. **AnimatedList** Demonstrates how to use `AnimatedList`
### Misc
@@ -39,6 +38,8 @@ it using a `PageRouteBuilder`.
spring simulation.
- **CardSwipeDemo** A swipeable card that demonstrates how to use gesture
detection to drive an animation.
- **AnimatedList** Demonstrates how to use `AnimatedList`
- **HeroAnimationDemo** Demonstrates how to use `Hero` animation.
## Other Resources