I’m trying to figure out how to do a side-scroll like many apps these days do; where content (say imagery) is scrollable on mobile left and right. So, I don’t want to use sliders, because that hides the next image, but make it so the next image is visible a bit from the get-go, so they know it’s scrollable.
The images scroll left by themselves, when the user scrolls down … this is not the same, as having the user scroll horizontally by themselves, like we’re used to on many modern apps.
I’d consider using fullpage.js, which supports horizontal scrolling with a notion of screen. It’s solid, and you can keep the vertical scrolling for vertical, and horizontal for horizontal sections.
I would love for this to be added to the wishlist if it isn’t already. It seems like a very basic functionality that I use in almost every site now, whether for blog cards or testimonial cards or a dozen other things.