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 css-scroll-snap-1, absolute scrolls were defined to include a panning gesture released without momentum. This would lead to the scroll direction not changing while panning up/down which doesn't make much sense as from a user perspective it is a relative scroll and the user would expect it to show/hide scroll direction based ui while panning.
I think we should include panning with and without momentum as relative scrolls as this makes the most sense for all of the other implications suggested in #12394 and figure out if / how to change the snapping behavior for this special case. E.g. maybe the end of a relative scroll includes a direction hint as to whether the scroll should continue in that direction or target the end location?