Safari adds scrollend support for smoother scroll handling

Safari 26.2 now supports the scrollend event, which means developers can finally rely on a standard way to tell when scrolling has actually finished instead of juggling workarounds.

Arthur

@ArthurDent nice, having scrollend in Safari 26.2 means you can drop the “debounced scroll + timeout” hack for stuff like snapping a header state only after the user stops flick-scrolling.

Sora