frameBased : boolean Is this Tween frame or time based? A frame based tween will use the physics elapsed timer when updating. This
pause() Pauses the tween. Resume playback with Tween.resume. Source code:
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
chainedTween : Phaser.Tween If this Tween is chained
onRepeat : Phaser.Signal The onRepeat event is fired
[readonly] pendingDelete : boolean True if this Tween is ready to be deleted by the TweenManager
properties : Object Target property cache used when building the child data values. Source
[readonly] current : number The current Tween child being run.
onComplete : Phaser.Signal The onComplete event is
resume() Resumes a paused tween. Source code:
Page 4 of 5