Phaser API Documentation

  Version: 
timeScale: number

Description:

Scales the time applied to this Timeline. A value of 1 runs in real-time. A value of 0.5 runs 50% slower, and so on. Value isn't used when calculating total duration of the Timeline, it's a run-time delta adjustment only.

Type:
number
Default: 1
Since: 3.0.0
Source: src/tweens/Timeline.js (Line 87)