Decreasing starting animation time.

logins
Thomas Hintz 5 years ago
parent 75c49b272c
commit df0f534d69

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

Loading…
Cancel
Save