Is it possible to disable the droppable move animation for items and instead have the drag item swap position by dragging on top of droppable item?
At this stage no. It goes against the core characteristic of physicality that we are going for
Shouldn't the user of the library make design decisions like this? This seems like an arbitrary limitation. Especially when it's so easy (but ugly) to fix, i.e. with transform: none!important. I strongly suggest reconsideration of this topic or at least opening a discussion and hearing opinions.
Most helpful comment
Shouldn't the user of the library make design decisions like this? This seems like an arbitrary limitation. Especially when it's so easy (but ugly) to fix, i.e. with
transform: none!important. I strongly suggest reconsideration of this topic or at least opening a discussion and hearing opinions.