Wijmo UI for the Web
delay Option
wijmo.lightbox.wijlightbox Namespace > options type : delay Option

Default value: 2000

Determines the time span in milliseconds between panels in autoplay mode.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlightbox("option", "delay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlightbox("option", "delay", newValue);
        
});
var delay : number;
See Also

Reference

options type
wijlightbox jQuery Widget