Explorar o código

Send the CSS animation to the GPU

Gaël Métais %!s(int64=11) %!d(string=hai) anos
pai
achega
a4015aac37
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/public/styles/launchTest.css

+ 1 - 0
app/public/styles/launchTest.css

@@ -14,5 +14,6 @@
 
 .waiting .icon-lab {
     -webkit-animation: rotating 3s linear 0s infinite;
+    -webkit-transform: translateZ(0);
     animation: rotating 3s linear 0s infinite;
 }