HadesPTIT / flutter_elastic_animation

📘📘📘ㅤFlutter elastic animation widget. One of the common curves anim class.

Home Page:https://api.flutter.dev/flutter/animation/Curves-class.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

How To Use

ElasticAnimationWidget(
    child: Container(width: 100, height: 100, color: Colors.green),
    duration: Duration(milliseconds: 3000),
    tweenLevel: TweenLevel.LARGE,
    repeat: true,
    reverse: true,
);

About

📘📘📘ㅤFlutter elastic animation widget. One of the common curves anim class.

https://api.flutter.dev/flutter/animation/Curves-class.html


Languages

Language:Dart 87.4%Language:Swift 8.7%Language:Kotlin 3.1%Language:Objective-C 0.8%