Open dubcanada opened 11 years ago
Hello
If you have a draggable element for an example with
-webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out;
And you use drag.ghost(); on draginit it will cause it to be messed up...
drag.ghost();
draginit
Example http://jsfiddle.net/3NkZM/351/ (try the right one for example)
Is there anyway to prevent the ghost element from getting these transition css styles?
Hello
If you have a draggable element for an example with
And you use
drag.ghost();
ondraginit
it will cause it to be messed up...Example http://jsfiddle.net/3NkZM/351/ (try the right one for example)
Is there anyway to prevent the ghost element from getting these transition css styles?