Creates a new animation with the specified name.
Name for the animation.
The duration (in seconds) of this animation.
A value indicating if the animation is looping.
The current position (in seconds) of this animation.
The speed that the animation will play at.
Calls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Starts playing the animation using the specified ticker.
The ticker to use for updating the animation. If a ticker is not given, the shared ticker will be used.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Stops playing the animation.
Updates the animation by the specified delta time.
The time in seconds since last frame.
Generated using TypeDoc
Represents an animation.