animations are now skippable yay
This commit is contained in:
parent
08d04f2667
commit
556e471281
3 changed files with 44 additions and 7 deletions
|
|
@ -139,6 +139,16 @@ main {
|
|||
position: fixed
|
||||
}
|
||||
|
||||
.skip-animation {
|
||||
animation: 4.5s 1 linear appear;
|
||||
visibility: hidden;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.loading > p:first-child {
|
||||
animation: 1s 1 linear appear;
|
||||
animation-fill-mode: forwards;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue