Skip to content

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" | false
// Plugin-specific animation styles
new TreePlugin({
expandAnimation: 'slide', // Slide children down when expanding
});
new ReorderPlugin({
animation: 'flip', // FLIP animation for column reordering
});
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