Flicker scrolling problem (Safari/Firefox) for a fixed logo
0
I'm trying to overcome a flickering problem that occurs just in Safari/Firefox (not Chrome). I have a long page scroll, a fixed position logo that after a transition to the next section change with an absolute position logo that behaves like a fixed through jquery (you can have a look here). The problem is that jquery it is calculating it's offset top while scrolling but seems it is not being able to keep up with the scroll and the logo flickers a lot. What it looks if checking with inspector it's that the position it is changing but for some reason not at the same pace of the scrolling. I also tried a different solution using .css(transform, traslateY()) instead of .css("top") (ex here) but still shows the same result. The code: <script src="https://cdnjs.cloudflare.com/aja