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

Determines the animation style when switching between pages. Possible values are 'slide', 'fade', 'none'

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "transAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "transAnimation", newValue);
        
});
var transAnimation : object;
Example
$("#id").wijlightbox({
     transAnimation: {
        animated: slide
    }
 });
See Also

Reference

options type
wijlightbox jQuery Widget