cameronmcefee / plax

JQuery powered parallaxing
http://www.cameronmcefee.com/plax
MIT License
2.28k stars 206 forks source link

Jitter in FF 14 on Mac #28

Closed Mviner04 closed 12 years ago

Mviner04 commented 12 years ago

This is potentially a browser issue as it was working fine before the FF 14 update yesterday, however the plax effect is very jittery, even when the browser does not have focus.

If you look at the github 404 page in FF 14 on a Mac you will see the issue we are seeing on our site(s).

cameronmcefee commented 12 years ago

This will probably be fixed with #27. Testing now.

Mviner04 commented 12 years ago

Cool, I tried that patch in both the sites we are developing that use Plax and it fixed them both. Thanks for your work on this!

Update: Actually just noticed there is still some jitter happening, may just need to adjust the filter tolerance level settings though, also worth noting I'm not looking in mobile at all as we have separate mobile versions without the Parallax effect.

cameronmcefee commented 12 years ago

Yeah, that's what I've found too. About to commit a filter of .05 which kills most of the jitter.

Mviner04 commented 12 years ago

Looks good! Thanks!