hero: apply heroReveal wipe to tit1/tit2, stagger tit2 after heading

This commit is contained in:
Sergei Poljanski 2026-03-20 03:50:07 +03:00
commit d04913132f
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -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 {