Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |
| | |