feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s

This commit is contained in:
2026-02-21 20:12:26 +01:00
parent fce691fa9c
commit 1d5d9c0904
6 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{{!< default}}
{{#author}}
<header class="author-header relative w-full mb-12 animate-fadeInUp">
<header class="author-header relative w-full mb-12">
{{#if cover_image}}
<div class="w-full h-64 md:h-96 relative overflow-hidden">
<img class="w-full h-full object-cover opacity-40 grayscale hover:grayscale-0 transition-all duration-700" src="{{img_url cover_image size="xl"}}" alt="{{name}}'s cover image">