Interface AnimationPlayer

Implemented by

Properties

animationEnd: EventEmitter<IBaseEventArgs>

Emits when the animation ends

animationStart: EventEmitter<IBaseEventArgs>

Emits when the animation starts

position: number

Current position of the animation.

Methods