AnimationStartedEvent#
Class AnimationStartedEvent
Hierarchy
- WebVisEvent
- AnimationStartedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Animation Started Event(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
-
Properties
animation Name
animation Name: string
id
id: number
options
options: AnimationOptions
target NodeID
target NodeID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
ANIMATION_STARTED ANIMATION_STARTED