jQuery.wijmo.wijdropdown Namespace > options type : hidingAnimation Field |
A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijdropdown.options.hidingAnimation; |
Javascript (Specification) | |
---|---|
|
var animationOptions = { animated: "Drop", duration: 1000 }; $("#tags").wijdropdown("option", "hidingAnimation", animationOptions)