소스 검색

Send the CSS animation to the GPU

Gaël Métais 11 년 전
부모
커밋
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;
 }