[readonly] frameTotal : number The total number of frames in the currently loaded FrameData
killOnComplete : boolean Should the parent of this Animation be killed when the animation completes?
game : Phaser.Game A reference to the currently running Game
isReversed : boolean Indicates if the animation will play backwards. Source
isFinished : boolean The finished state of the Animation. Set to true once playback completes, false during playback.
onUpdate : Phaser.Signal | null This event is dispatched
new Animation(game, parent, name, frameData, frames, frameRate, loop) An
Page 4 of 4