Open
Description
It would be useful if CSS Snap Points had an event model for events like say, snapstart
, snapstop
, and snapchange
. Currently, we can listen for scroll events and try to simulate these events, but it's hard to pinpoint when a native snap starts and ends, as opposed to a user-driven scroll.