AnimationControllerExtension extension
Method extensions on AnimationController
Methods
-
loop(
{Duration? duration}) → TickerFuture - Starts playing the animation in an endless loop. After reaching the end, it starts over from the beginning.
-
mirror(
{Duration? duration}) → TickerFuture - Starts playing the animation in an endless loop. After reaching the end, it plays it backwards, then forward and so on.
-
play(
{Duration? duration}) → TickerFuture - Starts playing the animation in forward direction.
-
playReverse(
{Duration? duration}) → TickerFuture - Starts playing the animation in backward direction.