IAnimationEvents

Type interface

Defines events for Animation.

Inheritance

IAnimationEvents extends IBaseObjectEvents.

IAnimationEvents is not extended by any other symbol.

Properties

animationended
#

Param { progress: number,
  type: "animationended",
  target: Target }

Invoked when animation finishes playing.

animationprogress
#

Param { progress: number,
  type: "animationprogress",
  target: Target }

Invoked when animation makes progress.

animationstarted
#

Param { progress: number,
  type: "animationstarted",
  target: Target }

Invoked when animation starts playing.

animationstopped
#

Param { progress: number,
  type: "animationstopped",
  target: Target }

Invoked when animation is stopped by some other process, before it had a chance to finish.