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);
});
See Also