wijmo.progressbar.wijprogressbar Namespace > options type : animationDelay Option |
Default value: 0
Gets or sets the delay time of the progress bar's animation in milliseconds. The default value of this option is "0".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijprogressbar("option", "animationDelay"); // Set value var newValue; // Type: number $(".selector").wijprogressbar("option", "animationDelay", newValue); }); |
Javascript (Specification) | |
---|---|
|