From 81bfed671048bb318637b1d9c577b641653db2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Fri, 9 Dec 2022 17:05:31 +0100 Subject: [PATCH] Edit title animation delay --- pages/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } }