Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-04T09:06:12.000Z (11 months ago)
- Last Synced: 2024-01-05T09:49:11.855Z (10 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 |
| | |