Getting Started An example of elastic animation. A collection of common animation curves How To Use ElasticAnimationWidget( child: Container(width: 100, height: 100, color: Colors.green), duration: Duration(milliseconds: 3000), tweenLevel: TweenLevel.LARGE, repeat: true, reverse: true, );