vue-dndrop
vue-dndrop copied to clipboard
No Animation
I am creating a storage ui where the user should be able to drag items from the inventory to the storage and the other way around. The problem I encounter is the animation when dragging a Draggable, it shifts the other Draggables in the Container (https://streamable.com/xqp8hh). My question: Is it possible to remove the animation and the shifting at all so I can just drag the Item "over" the others?
@zManuu Hi man, Did you work this around. I am having almost same kind of problem.
Unfortunatly I haven't figured it out yet, I have switched to the vanilla html drag and drop system