Initializes a new instance of the Animation class.
Namespace: MindFusion.Animations
File: Animation.js
JavaScript Copy Code |
---|
function Animation (item, [options, [onUpdateCallback, [onCustomFunctionCallback]]]) |
The diagram item to animate.
An object used to specify various property values for the animation.
A callback function called on every animation tick.
A callback function called when the animation type is set to Custom.