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.
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) | |
---|---|
|