Edit title animation delay

This commit is contained in:
Paul Nicoué 2022-12-09 17:05:31 +01:00
parent 492e0277fb
commit 81bfed6710

View file

@ -39,7 +39,7 @@
&__name { &__name {
opacity: 0; opacity: 0;
margin: 0 2rem; 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 { &__separator {
@ -47,7 +47,7 @@
height: 1px; height: 1px;
margin: 0.5rem auto; margin: 0.5rem auto;
background-color: var(--emerald); background-color: var(--emerald);
animation: expand-width 400ms ease-in-out forwards; animation: expand-width 400ms ease-in-out 200ms forwards;
} }
&__job { &__job {
@ -55,7 +55,7 @@
font-size: var(--h2-font-size); font-size: var(--h2-font-size);
font-weight: var(--light-font-weight); font-weight: var(--light-font-weight);
margin: 0 2rem; 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;
} }
} }