Improve logo animation

This commit is contained in:
grandeljay 2022-06-15 20:01:43 +02:00
parent 6a5481d408
commit dc58dee270

View file

@ -12,7 +12,7 @@
}
#text-list {
animation: 0.8s 1s ease text-list;
animation: 0.4s 1s ease text-list;
animation-fill-mode: both;
}
@keyframes text-list {
@ -23,12 +23,12 @@
100% {
opacity: 0;
transform: matrix(3.63682, 0, 0, 3.63682, 426.568, -62.239);
transform: matrix(3.63682, 0, 0, 3.63682, 426.568, 30.092);
}
}
#text-this {
animation: 0.8s 1s ease text-this;
animation: 0.4s 1s ease text-this;
animation-fill-mode: both;
}
@keyframes text-this {