delay splash screen, only show if loading takes too long

This commit is contained in:
Henry Jameson 2025-08-14 16:45:24 +03:00
commit 97adff267f
4 changed files with 10 additions and 7 deletions

View file

@ -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 {