-
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,
);| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
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,
);