jQuery.wijmo.wijlightbox Namespace > options type : transAnimation Field |
Determines the animation style when switching between pages. Possible values are 'slide', 'fade', 'none'
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijlightbox.options.transAnimation; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({
transAnimation: {
animated: slide
}
});