We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: