Skip to content
Advertisement

Vertical to horizontal to vertical again scroll effect

I want to make a vertical to horizontal back to vertical scrolling effect that also works on mobile. I have found the following jQuery code snippet:

JavaScript
JavaScript
JavaScript

But it doesn’t work very well on mobile, which is a deal breaker for me. I am looking for something more like these two examples:

https://www.ls.graphics/dsk

https://studiomindset.co.uk

Could anyone help point me in the right direction on how to do this? I’d prefer to accomplish this with vanilla JavaScript but I’m definitely open to all suggestions or code snippets.

Advertisement

Answer

Here’s my vanilla JavaScript solution. It works on mobile as well.

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement