Skip to content

Documentation / scene / AnimationPlaybackState

Type Alias: AnimationPlaybackState

AnimationPlaybackState = "scheduled" | "playing" | "paused" | "stopping" | "stopped" | "completed"

Defined in: libs/scene/src/animation/animationset.ts:170

Released under the MIT License.