Wijmo UI for the Web
expandAnimation Option

Type: wijmo.tree.wijtree_animation

The expandAnimation option determines the animation effect, easing, and duration for showing child nodes when the parent node is expanded.

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

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.