Wijmo UI for the Web
hidingAnimation Field

Default value: null

A value that specifies the animation options such as the animation effect and duration for the drop-down list when it is hidden.

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijcombobox.options.hidingAnimation;
Javascript (Specification) 
var hidingAnimation : object;
Example
var animationOptions = {
           animated: "Drop",
           duration: 1000
      };
      $("#tags").wijcombobox("option", "hidingAnimation", animationOptions)
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.