Search
Animation.removeEventListener Method
See Also
 






Removes a single event listener attached to the Animation.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

function removeEventListener (eventName, handler)

 Parameters

eventName

The name of the event.

handler

Represents the method that handles the event specified with eventName.

 See Also