Hi. Late Happy New Year to y’all!
My question this time around is about UI design. What is the paged scrolling technique called? The one that’s used in mobile web apps and that has tiny little dots indicating pages.
Could you please point to some simple implementations of it? Can it be done in HTML & CSS only? AFAICT, there isn’t really a property that sets the scrolling to be full-page only. There is scroll-behavior
but it’s a completely different thing.