Constructor

new(from:Color, to:Color, duration:Float, onTick:Color ‑> Void)

Inherited Variables

Defined by Animation

@aliasduration:Float

@aliaseasing:Float ‑> Float

paused:Bool

started:Bool

to:T

Inherited Methods

Defined by Animation

ease(f:Float ‑> Float):Animation<T>

onCompleted(f:() ‑> Void):Animation<T>

onPaused(f:() ‑> Void):Animation<T>

onResumed(f:() ‑> Void):Animation<T>

onStarted(f:() ‑> Void):Animation<T>

onStopped(f:() ‑> Void):Animation<T>

onTick(f:T ‑> Void):Animation<T>