AnimationStartedEvent¶
Class AnimationStartedEvent
Hierarchy (View Summary)
- WebVisEvent
- AnimationStartedEvent
Index
Properties
animation Name
animationName: string
The name of the started animation.
id
id: number
The unique ID of the event.
options
The options of the animation.
target NodeID
targetNodeID: number
The node ID which runs the animation.
target Type
The type of the animation target.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
Event that is fired when a animation is started. The event contains the name as identifier of the animation that has started.
See