previous(quantity) Moves backwards the given number of frames in the Animation, taking the loop value
paused : boolean Gets and sets the paused state of this Animation. Source
onComplete : Phaser.Signal This event is dispatched
enableUpdate : boolean Gets or sets if this animation will dispatch the onUpdate events upon changing frame.
onResume() Called when the Game resumes from a paused state. Source code:
onPause() Called when the Game enters a paused state. Source code:
isPaused : boolean The paused state of the Animation. Source code:
onLoop : Phaser.Signal This event is dispatched when
isPlaying : boolean The playing state of the Animation. Set to false once playback completes, true during playback.
reversed : boolean Gets and sets the isReversed state of this Animation. Source
Page 2 of 4