Replies: 2 comments 3 replies
-
You could hide the actual Component while dragging and use drag overlay it will yield great results |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jmcannon I'd recommend using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like I'm almost there, but still getting jumpy behavior when I release.
I'm setting a conditional style like this on my SortableItem:
transition: isDragging ? '' : 'transform 350ms'
Any nudges in the right direction are appreciated! Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions