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