wijmo.gallery.wijgallery Namespace > options type : autoPlay Option |
Default value: false
Allows pictures to be played automatically.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijgallery("option", "autoPlay"); // Set value var newValue; // Type: boolean $(".selector").wijgallery("option", "autoPlay", newValue); }); |
Javascript (Specification) | |
---|---|
var autoPlay : boolean; |
$("#element").wijgallery( { autoPlay: true } );