Wijmo UI for the Web
showingAnimation Option
wijmo.dropdown.wijdropdown Namespace > options type : showingAnimation Option

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijdropdown("option", "showingAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijdropdown("option", "showingAnimation", newValue);
        
});
var showingAnimation : object;
Example
var animationOptions = {
animated: "Drop", duration: 1000 };
$("#tags").wijdropdown("option", "showingAnimation", animationOptions)
See Also

Reference

options type
wijdropdown jQuery Widget