Wijmo UI for the Web
showAnimation Option

This option determines the animation effect, the duration, and the easing effect used to hide the submenus. You can also use this option to set any animation-specific options, such as direction.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijmenu("option", "showAnimation");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijmenu("option", "showAnimation", newValue);
        
});
Javascript (Specification) 
var showAnimation : any;
Remarks
This option uses the standard animation setting syntax from jQuery.UI.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.