Wijmo UI for the Web
showingAnimation Option

Default value: null

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijcombobox("option", "showingAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijcombobox("option", "showingAnimation", newValue);
        
});
Javascript (Specification) 
var showingAnimation : object;
Example
var animationOptions = {
        animated: "Drop",
        duration: 1000
   };
   $("#tags").wijcombobox("option", "showingAnimation", animationOptions)
        });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.