GianlucaGuarini / parallax

ES6/ES2015 HW accelerated scrollable images parallax
http://gianlucaguarini.github.io/parallax/
MIT License
276 stars 19 forks source link

Parallax effect triggers & finishes before image is in the viewport #12

Open JacobDB opened 6 years ago

JacobDB commented 6 years ago

From your README, it seems that the parallax effect should only occur once an image enters the viewport, but on my site, it's actually triggering immediately, and finishing before the images further down the page enter the viewport at all.

lateek35 commented 6 years ago

I got the same problem

JacobDB commented 6 years ago

@lateek35 I ended up switching to ScrollMagic, it's working basically perfectly.

GianlucaGuarini commented 6 years ago

@JacobDB could you please reproduce the issue in a demo?