Phaser API Documentation

  Version: 
TweenDataGenConfig
Properties:
name type description
delay function

Time in milliseconds before tween will start.

duration function

Duration of the tween in milliseconds, excludes time for yoyo or repeats.

hold function

Time in milliseconds the tween will pause before running the yoyo or starting a repeat.

repeat function

Number of times to repeat the tween. The tween will always run once regardless, so a repeat value of '1' will play the tween twice.

repeatDelay function

Time in milliseconds before the repeat will start.

Type:
object
Since: 3.0.0