InternalOptionaloptions: { animation?: number; easing?: string }Whether any FLIP animations are currently in progress
Animate element reordering using FLIP technique
Elements that are being reordered
Function that performs the actual DOM reordering
Animate a ghost/placeholder element appearance
The ghost element to animate
Animate a ghost/placeholder element removal
The ghost element to animate out
Optionalcallback: () => voidCallback when animation completes
Animate element insertion into a list
Element being inserted
Animate element removal from a list
Element being removed
Optionalcallback: () => voidCallback when animation completes
Update animation settings
Get the configured animation duration in milliseconds
Cancel all active animations
AnimationManager - Coordinates smooth animations for drag and drop operations using the FLIP (First, Last, Invert, Play) technique