Horizontal scroll with smooth scrolling anchors (PURE CSS)
I have this challenge because I want to know if its possible.
https://codepen.io/deinternetarchitect/pen/ExqemNO
In my codepen I have this horizontal scroll, I would like to have the anchors with smooth scrolling scroll to each section. As you can see this is buggy in my version.
Would this be possible to achieve, and if so how?
Or is this something for the future of css
1 Reply
use js (gsap or https://lenis.darkroom.engineering/)
there is also a hack you could use: Make it vertical, rotate it 90deg and rotate the content -90deg.