Optional
contextOptional
durationA duration in milliseconds over which the animation should occur
Optional
easingAn easing function used to translate animation time or the string name of a static member of CanvasAnimation
Optional
nameA unique name which can be used to reference the in-progress animation
Optional
ontickA callback function which fires after every frame
Optional
priorityA priority in PIXI.UPDATE_PRIORITY which defines when the animation should be evaluated related to others
Optional
timeThe current time of the animation, in milliseconds
Optional
waitThe animation isn't started until this promise resolves
A DisplayObject which defines context to the PIXI.Ticker function