wijmo.tree.wijtree Namespace > options type : collapseAnimation Option |
The collapseAnimation option determines the animation effect, easing, and duration for hiding child nodes when the parent node is collapsed.
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; |