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

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

Reference

WijTreeOptions Interface