Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 541 Bytes

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,
);