wix-style-react
Version:
wix-style-react
12 lines (8 loc) • 457 B
Markdown
# Single Area Drag and Drop list with animations
An example how to use the `<SortableListBase/>` component to create reorderable list of items with reorder animation.
The items can be dragged completely or using only a handler, give the configuration.
In this example we just provide 2 extra props for `SortableListBase`
```js
animationDuration={500} // set animation duration
animationTiming="cubic-bezier(0.19, 1, 0.22, 1)" // set animation timing
```