new Linear() Linear easing. Source code:
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
pauseAll() Pauses all currently running tweens. Source code:
isTweening(object) → {boolean} Checks to see if a particular Sprite is currently being tweened.
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.
Page 11 of 13