Members
-
Callback called when completed (non-looping animation).
-
Frame number of the ending frame.
-
instance PIXI.animate.MovieClip readonly
-
Instance of clip to play.
-
trueif the timeline is suppose to loop. -
The progress from 0 to 1 of the playback.
-
Frame number of the starting farme.
Methods
-
PIXI.animate.AnimatorTimeline.create (instance, start, end, loop, callback)PIXI.animate.AnimatorTimeline static
-
Create a new timeline
Name Type Description instancePIXI.animate.MovieClip startNumber endNumber loopBoolean callbackfunction Returns:
Type Description PIXI.animate.AnimatorTimeline -
Stop the animation, cannot be reused.