AnimationPlayStateΒΆ webVis API ReferenceAnimationPlayStateEnumeration AnimationPlayStateIndicates the play state of an animation. SeeAnimationOptions IndexEnumeration MembersINITIAL PAUSED RUNNING Enumeration MembersINITIALINITIAL: "initial"The animation is in its initial state and has not started yet. PAUSEDPAUSED: "paused"The animation is paused and can be resumed. RUNNINGRUNNING: "running"The animation is currently active and running.
Indicates the play state of an animation.
See
AnimationOptions