[design] speed up page load fade in

This commit is contained in:
zombieFox 2020-03-09 10:43:39 +00:00
parent 13d60525e0
commit ea12c3486a

View File

@ -21,7 +21,7 @@ body {
align-items: center; align-items: center;
min-height: 100vh; min-height: 100vh;
opacity: 0; opacity: 0;
transition: opacity var(--layout-timing-fast); transition: opacity var(--layout-duration-01) ease;
} }
.is-ready body { .is-ready body {