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

Default value: null

The expandingAnimation option determines the animation effect that is used when the wijdialog is expanded.

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

Reference

options type
wijdialog jQuery Widget