timruffles / mobile-drag-drop

A drop-in shim to allow you to use existing html5 drag'n'drop code with mobile browsers
http://timruffles.github.io/mobile-drag-drop/demo/
MIT License
606 stars 149 forks source link

issue: the element moving is delay when dragging #163

Closed eeeeeeeason closed 2 years ago

eeeeeeeason commented 3 years ago

vedio are as follow https://github.com/eeeeeeeason/dailybug/blob/main/BAQIS%20Cloud%20development%20-%20Google%20Chrome%202021-07-06%2018-02-10.mp4

eeeeeeeason commented 3 years ago

finally ,i guest this was something wrong with my css but not js. after i deleted the css attribute "transition: transform .5s; " i find that everything is ok; and i begin to read through the repo; can i add an filter to prevent the trasition attribute copy from the origin element? if it is ok , i would like to commit a pr. i'm looking forward to hearing from you

eeeeeeeason commented 3 years ago

thanks this great repo .

reppners commented 2 years ago

Thanks for the PR!