Wijmo UI for the Web
animation Option
wijmo.menu.wijmenu Namespace > options type : 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
$(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);
        
});
var animation : wijmenu_animation;
Remarks
This option uses the standard animation setting syntax from jQuery.UI.
See Also

Reference

options type
wijmenu jQuery Widget