Wijmo UI for the Web
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".

Syntax
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) 
var animationDelay : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.