Move animations to 3D layer for GPU acceleration

This commit is contained in:
Tom Lee 2020-09-20 22:33:51 +01:00
parent fc68af6ad1
commit 70aca503ee
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ body {
blink { blink {
animation: blinker 0.6s linear infinite; animation: blinker 0.6s linear infinite;
transform: translateZ(0);
} }
@keyframes blinker { @keyframes blinker {
@ -72,6 +73,7 @@ ul.fisher-price-links>li>a {
.unicorns { .unicorns {
animation: unicornMode 2s linear 0s infinite; animation: unicornMode 2s linear 0s infinite;
transform: translateZ(0);
} }
.nested li { .nested li {