Returns the animation height in pixels.
The animation height in pixels.
Returns the delay to wait before rendering the next frame.
The next delay in milliseconds.
Returns the animation speed in milliseconds per time unit. Default is 50.
The animation speed in milliseconds per time unit.
Returns the animation width in pixels.
The animation width in pixels.
Advances the animation to the next frame.
Stops and resets the animation to the base frame.
Sets the animation speed in milliseconds per time unit. Default is 50.
The animation speed to set.
Starts the animation if not already running.
Stops the animation if currently running.
Generated using TypeDoc
Shared interface for [[EndingAnimationPlayer]] and [[PortraitAnimationPlayer]].