start() → {Phaser.TweenData}
from(properties, duration, ease, delay, repeat,
[readonly] repeatTotal : number The total number of times this Tween will repeat.
easingFunction : Function The easing function used for the Tween. Default
yoyo : boolean True if the Tween is set to yoyo, otherwise false. Source
dt : number Current time value. Source code:
parent : Phaser.Tween The Tween which owns this TweenData
isFrom : boolean Is this a from tween or a to tween? Source code:
game : Phaser.Game A reference to the currently running Game
[static] PENDING : number Source code:
Page 1 of 3