You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, haven't got this supported yet. I tried a while back to think about how to better support animation / transition but didn't get to a solution. One day I might give it another go.
Hey Martin, thanks for the fast response, I found an ugly workaround which seems to work without touching the lib - using this inline style on the sortable element for now.
edit: fixes the re-triggering while dropping, but there's a problem in case of dragging back without dropping the other sortables directly snap back in place without any transition/animation.
anyway that's all for now, I'll wait for support or try to see if I can fix it in the lib
Thanks
https://solid-dnd.com/?example=Board#examples
Normal preview nothing touched:
https://github.com/thisbeyond/solid-dnd/assets/120058999/d42505fc-adbc-445d-a661-bca45a141ac4
Added transition for the sortable elements:
https://github.com/thisbeyond/solid-dnd/assets/120058999/d628d4c4-fc55-467c-9db2-acfbd54da515
After dragging a sortable, upon release (drop) sometimes other sortables re-trigger transform transition animation...
Anyone know why does this happen and how to fix it?
Thanks a lot
The text was updated successfully, but these errors were encountered: