delay splash screen, only show if loading takes too long
This commit is contained in:
parent
5bb0424397
commit
97adff267f
4 changed files with 10 additions and 7 deletions
|
|
@ -21,6 +21,13 @@ body {
|
|||
position: absolute;
|
||||
z-index: 9999;
|
||||
font-size: calc(1vw + 1vh + 1vmin);
|
||||
opacity: 1;
|
||||
transition: opacity 500ms ease-out 0.5s;
|
||||
}
|
||||
|
||||
#splash.hidden,
|
||||
#splash.initial-hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#splash-credit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue