diff --git a/pages/index.vue b/pages/index.vue index 4db5e94..ae91a8a 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -39,7 +39,7 @@ &__name { opacity: 0; margin: 0 2rem; - animation: fade-in-from-bottom 400ms ease-in-out 400ms forwards; + animation: fade-in-from-bottom 400ms ease-in-out 600ms forwards; } &__separator { @@ -47,7 +47,7 @@ height: 1px; margin: 0.5rem auto; background-color: var(--emerald); - animation: expand-width 400ms ease-in-out forwards; + animation: expand-width 400ms ease-in-out 200ms forwards; } &__job { @@ -55,7 +55,7 @@ font-size: var(--h2-font-size); font-weight: var(--light-font-weight); margin: 0 2rem; - animation: fade-in-from-top 400ms ease-in-out 400ms forwards; + animation: fade-in-from-top 400ms ease-in-out 600ms forwards; } }