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