AnimationControllerExtension extension
Method extensions on AnimationController
Methods
-
loop(
{Duration? duration}) → TickerFuture -
Available on AnimationController, provided by the AnimationControllerExtension extension
Starts playing the animation in an endless loop. After reaching the end, it starts over from the beginning. -
mirror(
{Duration? duration}) → TickerFuture -
Available on AnimationController, provided by the AnimationControllerExtension extension
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 -
Available on AnimationController, provided by the AnimationControllerExtension extension
Starts playing the animation in forward direction. -
playReverse(
{Duration? duration}) → TickerFuture -
Available on AnimationController, provided by the AnimationControllerExtension extension
Starts playing the animation in backward direction.