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

Determines the animation style when showing the text.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "textShowOption");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "textShowOption", newValue);
        
});
var textShowOption : object;
Example
$("#id").wijlightbox({
     textShowOption: { 
        duration: 500,
        easing: 'linear'
    }
 });
See Also

Reference

options type
wijlightbox jQuery Widget