I´m currently working on a lightweight yet modular parallax effect. The only issue that im running into is that the transform values JS generates from the parallaxFactor and the pageYOffset are applied after the user scrolls thus leading to a jump from a 1.25 scale factor set in CSS to a 'generated' factor of 1. How do I apply the JS styles first?