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: () => void
Callback when animation completes
Animate element insertion into a list
Element being inserted
Animate element removal from a list
Element being removed
Optionalcallback: () => void
Callback when animation completes
Update animation settings
Get the configured animation duration in milliseconds
Jump all active animations to their end state. Unlike cancelAll the
elements land where the reorder put them; unlike waiting for finish,
isAnimating is false as soon as this returns.
Cancel all active animations
AnimationManager - Coordinates smooth animations for drag and drop operations using the FLIP (First, Last, Invert, Play) technique