NodeAnimationSettings
23 Sep 20251 minute to read
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’ }