onStart : Phaser.Signal
The onStart event is fired when the Tween begins. If there is a delay before the tween starts then onStart fires after the delay is finished.
It will be sent 2 parameters: the target object and this tween.
- Source code: tween/Tween.js (Line 77)
Please login to continue.