Wijmo UI for the Web
showAnimation Option
wijmo.menu.wijmenu Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijmenu("option", "showAnimation");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijmenu("option", "showAnimation", newValue);
        
});
var showAnimation : any;
Remarks
This option uses the standard animation setting syntax from jQuery.UI.
See Also

Reference

options type
wijmenu jQuery Widget