Edit title animation delay
This commit is contained in:
parent
492e0277fb
commit
81bfed6710
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue