new(from:Color, to:Color, duration:Float, onTick:Color ‑> Void)
@aliasduration:Float
@aliaseasing:Float ‑> Float
from:T
paused:Bool
started:Bool
to:T
complete():Animation<T>
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>
pause():Animation<T>
restart():Animation<T>
resume():Animation<T>
start():Animation<T>
stop():Animation<T>