Static
animationsTrack an object of active animations by name, context, and function This allows a currently playing animation to be referenced and terminated
Static
STATESThe possible states of an animation.
Static
tickerThe ticker used for animations.
Static
animateApply 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
Static
easeShallow ease in.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
Static
easeCosine based easing with smooth in-out.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
Static
easeShallow ease out.
The proportional animation timing on [0,1]
The eased animation progress on [0,1]
Static
getRetrieve an animation currently in progress by its name
The animation name to retrieve
The animation data, or undefined
Static
terminateTerminate 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.
Static
terminateIf 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