random loading messages!

This commit is contained in:
Luna 2025-11-14 22:40:06 -03:00
parent 74a13cb80b
commit ed4c221f95
3 changed files with 33 additions and 5 deletions

View file

@ -158,22 +158,23 @@ main {
}
.loading > p:first-child {
animation: 1s 1 linear appear;
animation: 0.9s 1 linear appear;
animation-fill-mode: forwards;
animation-delay: 0.2s;
visibility: hidden;
position: fixed
}
.loading > p:not(:first-child):not(:last-child) {
animation: 1s 1 linear appear;
animation-delay: 1s;
animation: 0.9s 1 linear appear;
animation-delay: 1.1s;
animation-fill-mode: forwards;
visibility: hidden;
position: fixed
}
.loading > p:last-child {
animation: 1s 1 linear appear;
animation: 0.9s 1 linear appear;
animation-delay: 2s;
animation-fill-mode: forwards;
visibility: hidden;