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

Determines the animation style when hidding the text.

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

Reference

options type
wijlightbox jQuery Widget