Wijmo UI for the Web
collapseAnimation Option

Type: wijmo.tree.wijtree_animation

The collapseAnimation option determines the animation effect, easing, and duration for hiding child nodes when the parent node is collapsed.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.tree.wijtree_animation
    returnsValue = $(".selector").wijtree("option", "collapseAnimation");
    
    // Set value
    var newValue; // Type:  wijmo.tree.wijtree_animation
    $(".selector").wijtree("option", "collapseAnimation", newValue);
        
});
Javascript (Specification) 
var collapseAnimation : wijtree_animation;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.