From a4015aac3705adc456242e9bd5dfa2cb4f58641d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 5 Sep 2014 23:01:41 +0200 Subject: [PATCH] Send the CSS animation to the GPU --- app/public/styles/launchTest.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/public/styles/launchTest.css b/app/public/styles/launchTest.css index 052e038..92788fc 100644 --- a/app/public/styles/launchTest.css +++ b/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; } \ No newline at end of file