wijmo.lightbox.wijlightbox Namespace > options type : textHideOption Option |
Determines the animation style when hidding the text.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijlightbox("option", "textHideOption"); // Set value var newValue; // Type: object $(".selector").wijlightbox("option", "textHideOption", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ textHideOption: { duration: 500, easing: 'linear' } });