Wijmo UI for the Web
animation Option

Type: wijmo.menu.wijmenu_animation

The animation option determines the menu animation if the showAnimation and hideAnimation properties are not individually specified. For a description of the animation effects and the easing effects, please see the Animation page.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.menu.wijmenu_animation
    returnsValue = $(".selector").wijmenu("option", "animation");
    
    // Set value
    var newValue; // Type:  wijmo.menu.wijmenu_animation
    $(".selector").wijmenu("option", "animation", newValue);
        
});
Javascript (Specification) 
var animation : wijmenu_animation;
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.