Jerky on scroll in IE
Opened this issue · 5 comments
Hi
Any idea how to fix the jerky behaviour on IE 11 or above on scroll up and down?
I searched for hours now and it seems to be a ie problem.
http://champion.backupsdemo.nl/parallax
Best regards,
BackuPs
Hi, BackuPs.
Try new version 1.6.0. Should be slightly improved overall performance.
Hi nK,
Great support !
I uploaded the new scripts and in IE on scrolling i still see a white area on scroll in the top of each container until i stop scrolling. I guess its a stupid IE issue.
http://champion.backupsdemo.nl/parallax-t3d
http://champion.backupsdemo.nl/parallax
But its really superb the way you support this.
Thank you.
Best regards,
BackuPs
Wait, accepting that this is an IE issue does not equate to case closed - surely?
I created my background layer as a jarallax-element instead - the jerkiness goes away, so perhaps the solution you're looking for here lies in whatever solution is behind that?
The problem is around fixed position elements. So although a parallax background should appear fixed, we should be able to absolutely position it, negatively top or bottom depending on the shift value, and we should in theory see the same effect?
Hi @animald.
I tested a lot with Absolute and Fixed positions, but eventually gave up. Some of IE works better with Absolute, some with Fixed, on different PCs backgrounds behave also differently.
In the end, Absolute position is only added on iOS and Android devices in this line:
Lines 234 to 237 in 406de2c