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
Dragging the item at the end and near the edge of a scrollable element triggers scrolling immediately, even if I haven't dragged it yet(dragging) negatively impacting the user experience.
The scroll does start immediately, but it does ease into it's acceleration. It currently has 400ms of easing which seemed to be a nice balance of not getting in the way too much, while also not dramatic allowing speed spikes. Do you think this value should be increased?
It scrolls immediately when I hold and start dragging an item, even before I actually move it. I believe we need a threshold value to delay the scroll trigger until a certain drag distance is reached.
Please view the video.
Dragging the item at the end and near the edge of a scrollable element triggers scrolling immediately, even if I haven't dragged it yet(dragging) negatively impacting the user experience.
Resources:
The text was updated successfully, but these errors were encountered: