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