OptionalcontextOptionaldurationA duration in milliseconds over which the animation should occur
OptionaleasingAn easing function used to translate animation time or the string name of a static member of CanvasAnimation
OptionalnameA unique name which can be used to reference the in-progress animation
OptionalontickA callback function which fires after every frame
OptionalpriorityA priority in PIXI.UPDATE_PRIORITY which defines when the animation should be evaluated related to others
OptionaltimeThe current time of the animation, in milliseconds
OptionalwaitThe animation isn't started until this promise resolves
A DisplayObject which defines context to the PIXI.Ticker function