Search results

NodeAnimationSettings API in JavaScript TreeView API control

Configures the animation settings for expanding and collapsing nodes in TreeView.

Properties

collapse

ActionSettingsModel

Specifies the animation that applies on collapsing the nodes.

Defaults to { effect: ‘SlideUp’, duration: 400, easing: ‘linear’ }

expand

ActionSettingsModel

Specifies the animation that applies on expanding the nodes.

Defaults to { effect: ‘SlideDown’, duration: 400, easing: ‘linear’ }