From 70aca503ee2e48cf5faa1f6ce581238cbc3ade62 Mon Sep 17 00:00:00 2001 From: Tom Lee Date: Sun, 20 Sep 2020 22:33:51 +0100 Subject: [PATCH] Move animations to 3D layer for GPU acceleration --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 1039b6d..a8e4547 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,7 @@ body { blink { animation: blinker 0.6s linear infinite; + transform: translateZ(0); } @keyframes blinker { @@ -72,6 +73,7 @@ ul.fisher-price-links>li>a { .unicorns { animation: unicornMode 2s linear 0s infinite; + transform: translateZ(0); } .nested li {