Thank you for the example!
My pen above your post is already using draggable (thanks to examples from akapowl). My question is though, if I can just deactivate the fake horizontal scroll with the mousewheel and only have the Draggable movement. ScrollTrigger should still be included though, so that the animations fire.
All of the other examples using ScrollTrigger and Draggable in combination make use of the fake horizontal scroll so I'm not sure how to do this. Additionally I'm thinking about using matchMedia to switch between fake horizontal scroll on desktop and draggable at a specific breakpoint.
I'm trying to do it this way, because in my opinion it feels a bit weird swipeing vertically in order to move horizontally.
I guess this is hard to implement for a beginner like me, do you know of any examples using this?
Atm I'm reading this topic with a similar approach: