iprodev/Scrollax.js

Retina performance

cjjuice opened this issue · 2 comments

Elements inside the container being animated by Scrollax appear jumpy on Retina screens.

Maybe its because you're using same element for parallax and animate using CSS. Just insert the animated element to the parallax element.

It's just something with retina screens. Transform: translateY(x); makes elements inside the animated container jump on scroll on retina.