animateType property

AnimateType animateType
final

animateType is the type of animation to be played.

animateType.once plays the animation once. animateType.mirror plays the animation once and then plays it in reverse. animateType.loop plays the animation in a loop.

Implementation

final AnimateType animateType;