AnimationState

class AnimationState

Describes the possible states of an Animation.

The state can be controlled with play, pause, resume, reset and skip.

Fields

class AnimationState
FINISHED

The animation has finished.

IDLE

The animation hasn’t started yet.

PAUSED

The animation has been paused.

PLAYING

The animation is currently playing.