wijmo.menu.wijmenu Namespace > options type : animation Option |
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.
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; |