Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadesptit/flutter_elastic_animation
πππγ
€Flutter elastic animation widget. One of the common curves anim class.
https://github.com/hadesptit/flutter_elastic_animation
animation curves curves-animation elastic flutter tween tween-animation
Last synced: 21 days ago
JSON representation
πππγ €Flutter elastic animation widget. One of the common curves anim class.
- Host: GitHub
- URL: https://github.com/hadesptit/flutter_elastic_animation
- Owner: HadesPTIT
- Created: 2021-08-17T15:26:43.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-18T18:09:02.000Z (over 3 years ago)
- Last Synced: 2024-10-28T05:33:17.795Z (2 months ago)
- Topics: animation, curves, curves-animation, elastic, flutter, tween, tween-animation
- Language: Dart
- Homepage: https://api.flutter.dev/flutter/animation/Curves-class.html
- Size: 266 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
- An example of elastic animation.
- [A collection of common animation curves](https://api.flutter.dev/flutter/animation/Curves-class.html)
## How To Use
```dart
ElasticAnimationWidget(
child: Container(width: 100, height: 100, color: Colors.green),
duration: Duration(milliseconds: 3000),
tweenLevel: TweenLevel.LARGE,
repeat: true,
reverse: true,
);
```