How to disable dragend animation in html5
html
<div id="test" draggable='true'></div>
and I can drag this div, but when I remove the element, there is an animation where the element goes back to its original position
how to disable this animation? I am using preventDefault () on dragend event, is it not working?
My English is not perfect, thanks a lot
+3
source to share
No one has answered this question yet
Check out similar questions: