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

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

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

Reference

options type
wijdropdown jQuery Widget