docs: simplify 404 intro animation

This commit is contained in:
Federico Jaramillo Martinez
2026-05-16 00:49:24 +02:00
parent 9c2a704c29
commit a41e3c1e92
2 changed files with 7 additions and 9 deletions
+6 -2
View File
@@ -52,14 +52,18 @@ body::after {
.home-page .hero-actions,
.home-page .hero-stats,
.home-page .terminal,
.home-page main > section:not(.hero),
.home-page main > section:not(.hero) {
opacity: 0;
animation: page-reveal 700ms ease-out 2.45s forwards;
}
.error-page .site-header,
.error-page .site-footer,
.error-page .error-code,
.error-page .error-copy,
.error-page .error-actions {
opacity: 0;
animation: page-reveal 700ms ease-out 2.45s forwards;
animation: page-reveal 700ms ease-out 1.55s forwards;
}
.intro-target {