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