AnimationStartedEvent¶
Class AnimationStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnimationStartedEvent
Index
Constructors
Properties
Constructors
constructor
- new AnimationStartedEvent(
animationName: string,
targetNodeID: number,
options: AnimationOptions,
): AnimationStartedEvent This event signals that an animation has started.
Parameters
- animationName: string
The name of the started animation.
- targetNodeID: number
The node id which runs the animation.
- options: AnimationOptions
Returns AnimationStartedEvent
- animationName: string
ANIMATION_STARTED ANIMATION_STARTED