Type interface
Defines events for Animation
.
Inheritance
IAnimationEvents extends IBaseObjectEvents
.
IAnimationEvents is not extended by any other symbol.
Properties
animationended # |
Param { progress: Invoked when animation finishes playing. |
---|---|
animationprogress # |
Param { progress: Invoked when animation makes progress. |
animationstarted # |
Param { progress: Invoked when animation starts playing. |
animationstopped # |
Param { progress: Invoked when animation is stopped by some other process, before it had a chance to finish. |