feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user