Wijmo UI for the Web
interval Option

Default value: 5000

Determines the time span between two pictures showing in autoplay mode.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijcarousel("option", "interval");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcarousel("option", "interval", newValue);
        
});
Javascript (Specification) 
var interval : number;
Example
$("#element").wijcarousel( { interval: 3000 } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.