pixelcog / parallax.js

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

massiv jittering with FF 57 & 58 #244

Closed Marcelwalter closed 6 years ago

Marcelwalter commented 6 years ago

The parallax scrolling effect works really well in chrome and safari. But i just checked my website in FF and seems so laggy, that i'm considering to remove the effekt from FF via the iosFIX.

Maybe it just looks so bad, because of my "backup parallax". I added another div inside the parallax with the same background image (basicly to not scrolling parallax version) as fallback if JS can't be used.

Is it a common problem with FF, or is it just my code?

Leafy3311 commented 6 years ago

I've been having the same jittering on FF for Mac ever since the Quantum upgrade. It was working great before Quantum and works well in other modern browsers but now it's jittering in FF.

wstoettinger commented 6 years ago

duplicate of #233