Wijmo UI for the Web
showingAnimation Field

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijdropdown.options.showingAnimation;
Javascript (Specification) 
var showingAnimation : object;
Example
var animationOptions = {
animated: "Drop", duration: 1000 };
$("#tags").wijdropdown("option", "showingAnimation", animationOptions)
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.