vue-draggable
vue-draggable copied to clipboard
Trello animation while dragging
Is your feature request related to a problem? Please describe. Right now if I try to add some css style to the element while dragging, the style applies just only for the element source, not the element that is dragged with the cursor.
Describe the solution you'd like I looking for a way to add css styles to the element while dragging, so we can add a Trello like animation to the element.
Something like this:

You can just use css "transform" while item is moving?