NodeAnimationSettingsModel
Interface representing animation settings for when nodes are expanded and collapsed.
Properties
collapse ActionSettingsModel
Specifies the animation settings that are applied on the collapsing of nodes.
Default: { effect: 'SlideUp', duration: 400, easing: 'linear' }
expand ActionSettingsModel
Specifies the animation settings that are applied on the expanding of nodes.
Default: { effect: 'SlideDown', duration: 400, easing: 'linear' }