createFlipAnimator()
createFlipAnimator(
selector:string):FlipAnimator
Defined in: dnd/src/flipAnimation.ts:38
Creates a FLIP animator that tracks elements matching the given CSS selector
within a container. Elements are identified by their data-rule-id or data-testid
attribute.
Parameters
| Parameter | Type |
|---|---|
selector | string |
Returns
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.