-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Item shakes during drag #154
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
Interesting. We need to check it out. |
I see animation css I have no idea why this css was added. by removing it is working fine. |
That animation is responsible to "show" user that an item is being dragged. Not a big deal to remove it from your code. |
just a suggestion... I suggest to use other effect for drag animation, eg add opacity / change border color of the card today, we received a complaint of system lagging, because of this animation, so, we removed it |
Just installed your jkanban.min.js together with the css from the dist folder after cloning and tried out the simple demo.
But when I want to drag an item it starts shaking when dragging.....also it doesn't tilt during drag as in your exact same example...
Any idea what is causing thsi annoying shaking during drag?
Happens on Firefox on Debian 11 as on Safari on macOS 12....on same browsers your demo is perfect.
Then I replaced the jkanban.min.css from your repo with the css file from your demo page at http://www.riccardotartaglia.it/jkanban/dist/jkanban.min.css
With htis CSS I don't see any shaking anymore during drag....
The text was updated successfully, but these errors were encountered: