Wijmo UI for the Web
hidingAnimation Field
wijmo.combobox Namespace > WijComboboxOptions Interface : 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.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.hidingAnimation;
var hidingAnimation : any;
Example
var animationOptions = {
          animated: "Drop",
          duration: 1000
      };
      $("#tags").wijcombobox("option", "hidingAnimation", animationOptions)
See Also

Reference

WijComboboxOptions Interface