Wijmo UI for the Web
auto Option
wijmo.carousel.wijcarousel Namespace > options type : auto Option

Default value: false

Allows pictures to be played automatically.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcarousel("option", "auto");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "auto", newValue);
        
});
var auto : boolean;
Example
$("#element").wijcarousel( { auto: true } );
See Also

Reference

options type
wijcarousel jQuery Widget