Decreasing starting animation time.

This commit is contained in:
2020-02-07 10:21:27 -08:00
parent 75c49b272c
commit df0f534d69

View File

@@ -677,7 +677,7 @@ $tab-margin: 0.3rem;
.button.shadow {
box-shadow: 0 0 4px black; }
$intro-time: 12s;
$intro-time: 6s;
.intro-text {
opacity: 0;
height: 50vh;
@@ -696,9 +696,9 @@ $intro-time: 12s;
@keyframes intro-fade {
0% {
opacity: 0; }
10% {
15% {
opacity: 1; }
90% {
85% {
height: 50vh;
opacity: 1 }
100% {