AnimationStyle
Animation style for visual transitions.
'slide': Slide/transform animation (e.g., expand down, slide left/right)'fade': Opacity fade animation'flip': FLIP technique for position changes (First, Last, Invert, Play)false: No animation for this specific feature
type AnimationStyle = "slide" | "fade" | "flip" | falseExample
Section titled “Example”// Plugin-specific animation stylesnew TreePlugin({ expandAnimation: 'slide', // Slide children down when expanding});
new ReorderPlugin({ animation: 'flip', // FLIP animation for column reordering});See Also
Section titled “See Also”AnimationConfigfor grid-wide animation settingsExpandCollapseAnimationfor expand/collapse-specific styles
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