IAnimationEvents

Type interface

Inheritance

IAnimationEvents does not extend any other symbol.

IAnimationEvents is not extended by any other symbol.

Properties

stopped
#

Param { type: "stopped",
  target: Target }

Invoked when animation was stopped, which happens in these situations:

1. When the animation reached the end.

2. When the stop() method is called.

3. When a new animation starts for the same key.

4. When calling set for the same key.