AnimationEndedEvent#
Class AnimationEndedEvent
Hierarchy
- WebVisEvent
- AnimationEndedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Animation Ended Event(animationName: string, targetNodeID: number, options: AnimationOptions): AnimationEndedEvent -
This event signals a that an animation has ended.
Parameters
-
animationName: string
The name of the started animation.
-
targetNodeID: number
The node id which runs the animation.
-
options: AnimationOptions
Returns AnimationEndedEvent
-
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_ENDED ANIMATION_ENDED