Wijmo UI for the Web
hideAnimation Option

Type: wijmo.menu.wijmenu_animation

Determines the animation used to hide submenus.

Syntax
Javascript (Usage) 
$(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);
        
});
Javascript (Specification) 
var hideAnimation : wijmenu_animation;
Remarks
This option uses the standard animation setting syntax from jQuery.UI.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.