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
I've noticed that you have to drag an item almost exactly on top of a neighboring item before it will start the swap animation. There is a method called getMoveThreshold() that by default returns 0.5 which seems to suggest that you need to drag just half of the item's size before the swap animation kicks in. I tried returning lower thresholds in getMoveThreshold() but that has no effect.
The text was updated successfully, but these errors were encountered:
I've noticed that you have to drag an item almost exactly on top of a neighboring item before it will start the swap animation. There is a method called getMoveThreshold() that by default returns 0.5 which seems to suggest that you need to drag just half of the item's size before the swap animation kicks in. I tried returning lower thresholds in getMoveThreshold() but that has no effect.
The text was updated successfully, but these errors were encountered: