start() → {Phaser.TweenData}
[readonly] repeatTotal : number The total number of times this Tween will repeat.
yoyo : boolean True if the Tween is set to yoyo, otherwise false. Source
parent : Phaser.Tween The Tween which owns this TweenData
isFrom : boolean Is this a from tween or a to tween? Source code:
dt : number Current time value. Source code:
from(properties, duration, ease, delay, repeat,
easingFunction : Function The easing function used for the Tween. Default
startTime : number The time the Tween started or null if it hasn't yet started. Source
duration : number The duration of the tween in ms. Default Value
Page 1 of 3