Vue.Draggable
Vue.Draggable copied to clipboard
Incorrect animation when dropped outside of container
When the drag goes beyond the list boundary, the item is dropped into the correct position but the animation is incorrect. It shows the item returning to its original position first, but then appears in the new position.
Jsfiddle link
I don't have a Jsfiddle link, but the problem is present in your demos. Here is a YouTube video showing the problem: https://youtu.be/p0KVBDPLD24
Step by step scenario
- Drag an item down and hold over a new position
- Drag the item outside the bounds of the list, but so the new position is still highlighted
- Drop the item
- Watch the item animate back to its original spot
- Watch the item appear in the new spot without an animation
Actual Solution
The item animates to its original position and then appears in the new position without an animation.
Expected Solution
The item should animate to its new position.
@mnearents did you get any fix for this?