basementstudio / scrollytelling

A library for creating Scrollytelling animations, powered by React & GSAP.
http://scrollytelling.basement.studio
Other
1.13k stars 33 forks source link

Horizontal scrolling - issue #63

Closed Pfurr closed 11 months ago

Pfurr commented 11 months ago

Hello everyone, could someone please explain if it is also possible to create horizontal scrooling?

I have created a horizontal scrooling with standard gsap, but I can't figure out how to do it on scrollytelling. Thank you.

Here is the code I am using with gsap without scrollytelling (next js, tailwind):

code

nazarenooviedo commented 11 months ago

Hey @Pfurr how is going? sorry about the response delay, I leave here an example to reproduce the same request that you need. https://github.com/basementstudio/scrollytelling/pull/64

I hope that works for you.