Hey everyone! I'm currently building a website and I'm trying to implement a specific interactive section. I want the page to scroll vertically until it reaches a timeline section that scrolls horizontally. Once you reach the end of the horizontal scrolling, I want the page to continue scrolling vertically. I'm looking to recreate a similar effect to what I found on this site: https://spaces-urbanistic.webflow.io/. If you scroll down, you'll see the large dates and info that scroll horizontally. Any insights or resources on how to achieve this would be greatly appreciated!
1 Answer
It looks like what you're seeing isn't actually horizontal scrolling; it's more of an animation that kicks in when you reach a specific scroll point. You can find the entire jQuery code right in the HTML, and it's not minified, which makes it pretty easy to understand. If you want, I can help break it down for you!
Could you explain a bit more about how that works? I’m new to this and would love some guidance on solving this. I really want to learn!