Search
Animation.param Property
See Also
 





Gets or sets an optional value passed to the animation function.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get param() {}
set param(value) {}

 Property Value

Object

The optional parameter. The default value is null.

 See Also