solid-dnd
solid-dnd copied to clipboard
Transform transition on sortables bugged in Board example?
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...
- Also tried adding the transition via class, same behavior
- Happens with both transformStyle( ) and maybeTransformStyle()
- Happens in dev mode, not tested in production
Anyone know why does this happen and how to fix it? Thanks a lot