Phaser API Documentation

  Version: 
repeatDelay: number

Description:

The number of milliseconds to wait before starting the repeat playback of the current animation.

This value is set when a new animation is loaded into this component, but can also be modified at run-time.

You can change the repeat delay by providing a new value in the PlayAnimationConfig object.

Prior to Phaser 3.50 this property was private and called _repeatDelay.

Type:
number
Default: 0
Since: 3.0.0