[readonly] percent : number A value between 0 and 1 that represents how far through the duration
repeatDelay : number The amount of time in ms between repeats of this tween. Source
inReverse : boolean When a Tween is yoyoing this value holds if it's currently playing forwards (false) or in reverse (true).
[static] LOOPED : number Source code:
[static] RUNNING : number Source code:
interpolationContext : Object The interpolation function context used for the Tween.
[readonly] value : number The current calculated value.
interpolationFunction : Function The interpolation function used for the Tween. Default
yoyoDelay : number The amount of time in ms between yoyos of this tween. Source
Page 3 of 3