After you scrolled in a container which has some sort of CSS scroll-snapping active, how long is the delay since user-scrolling ended that the browser starts scrolling to the snapping position?
Motivation
I wrote an answer to question CSS Scroll Snap with Animation Effect where I simulate a scrollend
event by debouncing the scroll event callback by 250 ms. This seems to be close enough to the real value in Chrome browser. But it would be nice to get some first-class values. There might even be an API somewhere so that I can get the correct value by JS.