Wijmo UI for the Web
animationOptions Option
wijmo.progressbar.wijprogressbar Namespace > options type : animationOptions Option

The options parameter of the jQuery's animation.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijprogressbar("option", "animationOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijprogressbar("option", "animationOptions", newValue);
        
});
var animationOptions : object;
See Also

Reference

options type
wijprogressbar jQuery Widget