https://github.com/chayanforyou/flutter_animation_demo
A demo project to showcase the animation in flutter.
https://github.com/chayanforyou/flutter_animation_demo
animation flutter
Last synced: 3 days ago
JSON representation
A demo project to showcase the animation in flutter.
- Host: GitHub
- URL: https://github.com/chayanforyou/flutter_animation_demo
- Owner: chayanforyou
- Created: 2024-01-04T06:02:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-04T09:06:12.000Z (over 1 year ago)
- Last Synced: 2025-03-04T03:43:39.494Z (4 months ago)
- Topics: animation, flutter
- Language: Dart
- Homepage:
- Size: 6.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Animation Demo
A demo project to showcase the animation in flutter.
| Implicit -> AnimatedOpacity | Implicit -> AnimatedContainer with Curves |
|:-----------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------:|
||
|
| Implicit -> TweenAnimationBuilder | Explicit -> RotateTransition |
||
|
| Explicit -> SizeTransition | Explicit -> without AnimatedWidget |
||
|
| Explicit -> AnimatedWidget | Explicit -> AnimatedBuilder |
||
|
| Explicit -> TweenSequence | Explicit -> Tween Staggered Interval |
||
|