1. Config Options
  2. Drag on Hold

Sometimes you may want to start the drag session after clicking and holding for a moment. You can do this by enabling the dragOnHold option.

createSwapy(container, {
  dragOnHold: true
})
A
B
C
D