ExpandCollapseAnimation
Animation style for expand/collapse operations. Subset of AnimationStyle - excludes ‘flip’ which is for position changes.
'slide': Slide down/up animation for expanding/collapsing content'fade': Fade in/out animationfalse: No animation
type ExpandCollapseAnimation = "slide" | "fade" | falseExample
Section titled “Example”// Tree rows slide down when expandingnew TreePlugin({ expandAnimation: 'slide' });
// Row groups fade in/outnew GroupingRowsPlugin({ expandAnimation: 'fade' });
// Master-detail panels with no animationnew MasterDetailPlugin({ expandAnimation: false });See Also
Section titled “See Also”AnimationStylefor all animation stylesAnimationConfigfor grid-wide settings
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt