Search
Animation.duration Property
See Also
 





Gets or sets the duration of the animation function in milliseconds.

Namespace: MindFusion.Animations
File: Animation.js

 Syntax

JavaScript  Copy Code

get duration() {}
set duration(value) {}

 Property Value

Number

The duration of the animation. The default value is 1000.

 See Also