Search results

NodeAnimationSettings API in React TreeView API component

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’ }