This page is readiness-state

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

AnimationPlayState

Summary

An enumeration of the various AnimationPlayer states.

enum AnimationPlayState { "idle", "pending", "running", "paused", “finished” };

idle Corresponds to the idle play state. pending Corresponds to the pending play state. running Corresponds to the running play state. paused Corresponds to the paused play state. finished Corresponds to the finished play state.