Skip to content

HadesPTIT/flutter_elastic_animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published