Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallax background image jerks / scrolls unsmoothmly on MS Edge like #38

Closed
bch80 opened this issue Apr 2, 2020 · 1 comment
Closed

Comments

@bch80
Copy link

bch80 commented Apr 2, 2020

Parallax background image jerks / scrolls unsmoothmly on MS Edge like
nk-o/jarallax#4
nk-o/jarallax#25

It would be a good idea, if it's possible to deactivate the effect completely on Edge / IE or maybe there is another solution?

I've tried to add:
var isIE = /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) || /MSIE 10/i.test(navigator.userAgent) || /Edge\/\d+/.test(navigator.userAgent); jarallax(document.querySelectorAll('.jarallax'), {enableTransform: !isIE});
at the end of jarallax.min.js but that didn't improve anything.

@nk-o
Copy link
Collaborator

nk-o commented Apr 15, 2020

Hi.

You can disable parallax in settings - https://wpbackgrounds.com/documentation/settings/

@nk-o nk-o closed this as completed Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants