random loading messages!
This commit is contained in:
parent
74a13cb80b
commit
ed4c221f95
3 changed files with 33 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue