Phaser API Documentation

  Version: 
showBeforeDelay: boolean

Description:

If the animation has a delay set, before playback will begin, this controls when the first frame is set on the Sprite. If this property is 'false' then the frame is set only after the delay has expired. This is the default behavior.

If this property is 'true' then the first frame of this animation is set immediately, and then when the delay expires, playback starts.

Type:
boolean
Since: 3.60.0