Articles by Sebastian Zartner
-
Scroll snapping explained
Have you ever tried to snap your page’s contents after scrolling? There are many JavaScript libraries out there providing this functionality. Here are a few examples: https://github.com/peachananr/purejs-onepage-scroll http://wtm.github.io/jquery.snapscroll/ http://guidobouman.github.io/jquery-panelsnap/ http://alvarotrigo.com/fullPage/ As this is a common use case related to page layout and behavior, the W3C has published a pure CSS approach to scroll snapping. CSS […]