Search
Animation.addEventListener Method
See Also
 






Registers a single event listener on the Animation.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

function addEventListener (eventName, handler)

 Parameters

eventName

The name of the event.

handler

Represents the method that will handle the event specified with eventName.

 See Also