wijmo.progressbar.wijprogressbar Namespace > options type : animationOptions Option |
The options parameter of the jQuery's animation.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijprogressbar("option", "animationOptions"); // Set value var newValue; // Type: object $(".selector").wijprogressbar("option", "animationOptions", newValue); }); |
Javascript (Specification) | |
---|---|
|