StaticanimationsTrack an object of active animations by name, context, and function This allows a currently playing animation to be referenced and terminated
StaticSTATESThe possible states of an animation.
StatictickerThe ticker used for animations.
StaticanimateApply an animation from the current value of some attribute to a new value Resolve a Promise once the animation has concluded and the attributes have reached their new target
An array of attributes to animate
Additional options which customize the animation
A Promise which resolves to true once the animation has concluded or false if the animation was prematurely terminated
StaticeaseShallow ease in.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
StaticeaseCosine based easing with smooth in-out.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
StaticeaseShallow ease out.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
StaticgetRetrieve an animation currently in progress by its name
The animation name to retrieve
The animation data, or undefined
StaticterminateTerminate all active animations in progress, forcibly resolving each one with false.
This method returns a Promise that resolves once all animations have been terminated and removed.
A promise that resolves when all animations have been forcibly terminated.
StaticterminateIf an animation using a certain name already exists, terminate it
The animation name to terminate
A helper class providing utility methods for PIXI Canvas animation