min30327 / luxy.js

Inertia scroll and parallax effect plugin in Vanilla.js
596 stars 86 forks source link

Bad performance on Safari MacBook Pro #16

Open ydaniv opened 4 years ago

ydaniv commented 4 years ago

Works awesome on Chrome, but horrible on Safari.

Firefox is not so great either.

Thanks for the lovely lib 👍

yuuiko commented 4 years ago

@ydaniv

I had this issue too, it seems removing CSS Transitions on luxy-el divs worked, or in other words transition and luxy-el can't work together on the same div.

If CSS transitions are required wrap the div in a luxy-el div instead of applying luxy-el to the div itself.