瀏覽代碼

Send the CSS animation to the GPU

Gaël Métais 10 年之前
父節點
當前提交
a4015aac37
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 }