jQuery.wijmo.wijlightbox Namespace > options type : textShowOption Field |
Determines the animation style when showing the text.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijlightbox.options.textShowOption; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ textShowOption: { duration: 500, easing: 'linear' } });