Wijmo UI for the Web
showingAnimation Field
wijmo.combobox Namespace > WijComboboxOptions Interface : showingAnimation Field

A value that specifies the animation options for a drop-down list when it is visible.

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

Reference

WijComboboxOptions Interface