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 {
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;
}
}