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