hero: apply heroReveal wipe to tit1/tit2, stagger tit2 after heading
This commit is contained in:
parent
9979560769
commit
d04913132f
1 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ h6 {
|
|||
font-weight: 300;
|
||||
font-size: clamp(0.75rem, 0.7rem + 0.3vw, 1rem);
|
||||
opacity: 0;
|
||||
animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
|
||||
animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
|
||||
}
|
||||
|
||||
.hero-heading {
|
||||
|
|
@ -388,7 +388,7 @@ h6 {
|
|||
font-weight: 300;
|
||||
font-size: clamp(0.75rem, 0.7rem + 0.3vw, 1rem);
|
||||
opacity: 0;
|
||||
animation: fadeSlideUp 0.8s ease-out 0.6s forwards;
|
||||
animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.6s forwards;
|
||||
}
|
||||
|
||||
.links {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue