Wijmo UI for the Web
collapsingAnimation Field

Default value: null

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijdialog.options.collapsingAnimation;
Javascript (Specification) 
var collapsingAnimation : object;
Example
$("selector").wijdialog({collapsingAnimation:
{ effect: "puff", duration: 300, easing: "easeOutExpo" }
});
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.