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: 3 months 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 (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-18T18:09:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T12:46:37.484Z (5 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,
);
```
![]()