AnimateComp:
animate<T>(name: string, keys: T[], opts: AnimateOpt): void
Animates a property on this object.param
unanimate(name: string): void
Removes the animation from the given property.param
unanimateAll(): void
Removes the animations from all propertiesonAnimateFinished(cb: ()=>void): KEventController
Attaches an event handler which is called when all the animation channels have finished.param
onAnimateChannelFinished(cb: (name: string)=>void): KEventController
Attaches an event handler which is called when an animation channels has finished.param