Send the CSS animation to the GPU

This commit is contained in:
Gaël Métais
2014-09-05 23:01:41 +02:00
parent b730249b34
commit a4015aac37
+1
View File
@@ -14,5 +14,6 @@
.waiting .icon-lab {
-webkit-animation: rotating 3s linear 0s infinite;
-webkit-transform: translateZ(0);
animation: rotating 3s linear 0s infinite;
}