jQuery.wijmo.wijdialog Namespace > options type : expandingAnimation Field |
Default value: null
The expandingAnimation option determines the animation effect that is used when the wijdialog is expanded.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijdialog.options.expandingAnimation; |
Javascript (Specification) | |
---|---|
|
$("selector").wijdialog({expandingAnimation: { effect: "puff", duration: 300, easing: "easeOutExpo" } });