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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user