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
enter image description here
+3
user1861806
source
to share
No one has answered this question yet
Check out similar questions:
3856
2350
874
536
408
264
five
4
1
0