Javascript transform translate manipulation generate a bug?
I have created an own function to parallax a div with the css transform translate manipulation. The parallax itselfs works very well, but if you scroll and the parallax container come to the top of the screen, the transform manipulation stops at 0 +/- 2 and doesn’t count anymore.
The optical effect is, that the parallax container stops at the top of the browser.
But! If i take a look in the console, and i dump this value, which i set in the function, the value continues the count, such i expect. But the browser stop to set it in the transform translate manipulation.