Constructor

new ()

Variables

easing:Ease = Easing.linear

read onlyisActive:Bool = false

read onlyisEnded:Bool = false

read onlyisPaused:Bool = false

read onlyisStarted:Bool = false

loop:Bool = false

yoyo:Bool = false

Methods

_apply (to:Map<String, Float>, from:Map<String, Float>, time:Float, targ:Dynamic):Void

init (target:Dynamic, valuesTo:Dynamic, time:Float, ?easing:Ease, ?manager:TweenManager):Void

inline setFrom (valuesFrom:Dynamic):Void

inline setTo (valuesTo:Dynamic):Void

Static methods

staticinline create (target:Dynamic, valuesTo:Dynamic, time:Float, ?easing:Ease, ?manager:TweenManager):Tween

staticinline getPool ():Pool<Tween>

staticinline interpolate (from:Float, to:Float, totalTime:Float, elapsedTime:Float, easing:Ease):Float

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods