Wijmo UI for the Web
collapseAnimation Field
wijmo.tree Namespace > WijTreeOptions Interface : collapseAnimation Field

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
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: wijtree_animation
value = instance.collapseAnimation;
var collapseAnimation : wijtree_animation;
See Also

Reference

WijTreeOptions Interface