Wijmo UI for the Web
collapsingAnimation Option
wijmo.dialog.wijdialog Namespace > options type : collapsingAnimation Option

Default value: null

The collapsingAnimation option determines the animation effect that is used when the wijdialog is collapsed.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijdialog("option", "collapsingAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijdialog("option", "collapsingAnimation", newValue);
        
});
var collapsingAnimation : object;
Example
$("selector").wijdialog({collapsingAnimation:
{ effect: "puff", duration: 300, easing: "easeOutExpo" }
});
See Also

Reference

options type
wijdialog jQuery Widget