tweak animation timing so js has more time to randomize loading message

This commit is contained in:
Luna 2025-11-15 12:01:03 -03:00
parent 95add24711
commit 50e6b11b03

View file

@ -160,14 +160,14 @@ main {
.loading > p:first-child {
animation: 0.9s 1 linear appear;
animation-fill-mode: forwards;
animation-delay: 0.2s;
animation-delay: 0.3s;
visibility: hidden;
position: fixed
}
.loading > p:not(:first-child):not(:last-child) {
animation: 0.9s 1 linear appear;
animation-delay: 1.1s;
animation-delay: 1.2s;
animation-fill-mode: forwards;
visibility: hidden;
position: fixed
@ -175,7 +175,7 @@ main {
.loading > p:last-child {
animation: 0.9s 1 linear appear;
animation-delay: 2s;
animation-delay: 2.1s;
animation-fill-mode: forwards;
visibility: hidden;
position: fixed