I have a rotating css animation that stops when the page is scrolled. I tried enabling the hardware acceleration but without luck.
This doesn't work while the page is scrolled
-webkit-animation: rotating 5s linear infinite;
-webkit-transform-style: preserve-3d;
-webkit-transform: translateZ(0);