mode property

RepeatMode mode
final

The repeat mode determining animation behavior.

Controls whether animation repeats forward, reverse, or alternates directions. See RepeatMode for available options. Defaults to RepeatMode.repeat.

Implementation

final RepeatMode mode;