AnimationPlayStateΒΆ

Enumeration AnimationPlayState

Indicates the play state of an animation.

Enumeration Members

Enumeration Members

INITIAL: "initial"

The animation is in its initial state and has not started yet.

PAUSED: "paused"

The animation is paused and can be resumed.

RUNNING: "running"

The animation is currently active and running.