tweak animation timing so js has more time to randomize loading message
This commit is contained in:
parent
95add24711
commit
50e6b11b03
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue