Wijmo UI for the Web
autoPlay Option
wijmo.gallery.wijgallery Namespace > options type : autoPlay Option

Default value: false

Allows pictures to be played automatically.

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

Reference

options type
wijgallery jQuery Widget