Skip to content
Snippets Groups Projects
Commit 6fd6ac04 authored by sb24qefi's avatar sb24qefi
Browse files

reduces CPU load

parent 6aa1c5e0
No related branches found
No related tags found
No related merge requests found
...@@ -135,6 +135,7 @@ header { ...@@ -135,6 +135,7 @@ header {
-webkit-animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards;
animation-timing-function: ease-out; animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out;
transform: translateZ(0);
} }
@keyframes first-event { @keyframes first-event {
...@@ -202,6 +203,7 @@ footer img { ...@@ -202,6 +203,7 @@ footer img {
animation-timing-function: linear; animation-timing-function: linear;
-webkit-animation-timing-function: linear; -webkit-animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;
transform: translateZ(0);
} }
@keyframes gradient-counter { @keyframes gradient-counter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment