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