Some websites have some elements that slide horizontally while you are scroll(vertically). Have an example about it in http://www.timeslot.com/. How can I do that with javascript and css? Or do you have any codepen etc. instance about it?
Asked
Active
Viewed 62 times
-3
-
Please read [ask] and [mcve] – Sfili_81 Aug 09 '22 at 13:18
1 Answers
0
This website probably works with different kind of techniques, for example, playing certain animations on scroll. I can recommend "gsap scrolltriger" or "locomotive-scroll", which has an effect to scroll horizontally. Hope this helps.

yanseil
- 61
- 5
-
I guess you just answered a bunch of questions I might ask! It helps a lot! – outsu Aug 09 '22 at 13:26
-