Skip to content
New issue

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

CSS Transition attached to dragging element causes ghost to be messed up #103

Open
dubcanada opened this issue Sep 24, 2013 · 0 comments
Open

Comments

@dubcanada
Copy link

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...

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant