nk-crew / awb

Advanced WordPress Backgrounds with Gutenberg support. Images, Videos and Parallax

Home Page:https://wpbackgrounds.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallax background image jerks / scrolls unsmoothmly on MS Edge like

bch80 opened this issue · comments

commented

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.

Hi.

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