Wijmo UI for the Web
resizeAnimation Option
wijmo.lightbox.wijlightbox Namespace > options type : resizeAnimation Option

Determines the animation style when resizing.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "resizeAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "resizeAnimation", newValue);
        
});
var resizeAnimation : object;
Example
$("#id").wijlightbox({
     resizeAnimation: { animated: 'wh'}
 });
See Also

Reference

options type
wijlightbox jQuery Widget