I am curious about CSS snapping points (reference, browser support). My aim is to create a scrolling experience where the viewport snaps to specific points when reaching certain sections. The goal is for smooth scrolling until the second last section, then snapping into place aligning with the bottom of that section. To move past this snapped position, the user would have to surpass a particular threshold.
I have created a visual representation of my idea and I am hopeful that it can be achieved using the existing snapping-points specification.