Wijmo UI for the Web
hideAnimation Option
wijmo.menu.wijmenu Namespace > options type : hideAnimation Option

Type: wijmo.menu.wijmenu_animation

Determines the animation used to hide submenus.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.menu.wijmenu_animation
    returnsValue = $(".selector").wijmenu("option", "hideAnimation");
    
    // Set value
    var newValue; // Type:  wijmo.menu.wijmenu_animation
    $(".selector").wijmenu("option", "hideAnimation", newValue);
        
});
var hideAnimation : wijmenu_animation;
Remarks
This option uses the standard animation setting syntax from jQuery.UI.
See Also

Reference

options type
wijmenu jQuery Widget