pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

Vanilla JS version? #294

Open marcocondrache opened 4 years ago

marcocondrache commented 4 years ago

Hey, your plugin works very well but i think that a lot of people will appreciate a Vanilla JS version. Because Jquery is not the best when we talk about performance and a pure js will be better and powerful in my opinion.

NicoHood commented 3 years ago

@MarcoMihaiCondrache Did you find any alternative so far?

marcocondrache commented 3 years ago

@MarcoMihaiCondrache Did you find any alternative so far?

I implemented a my version with ScrollMagic and GSAP: i think is the best solution so far.