timeScale : number
The speed at which the tweens will run. A value of 1 means it will match the game frame rate. 0.5 will run at half the frame rate. 2 at double the frame rate, etc.
If a tweens duration is 1 second but timeScale is 0.5 then it will take 2 seconds to complete.
- Default Value
- 1
- Source code: tween/Tween.js (Line 58)
Please login to continue.