Implement AOS scroll animations for article cards

This commit is contained in:
Adolfo Reyna
2026-03-13 12:05:33 -04:00
parent 7ffd5532f9
commit 4752eec5d0
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<div class="col-md-6 col-lg-4 d-flex align-items-stretch">
<div class="col-md-6 col-lg-4 d-flex align-items-stretch" data-aos="fade-up">
<article id="post-<?php the_ID(); ?>" <?php post_class('card w-100 border-0 shadow-sm overflow-hidden h-100'); ?>>
<?php if (has_post_thumbnail()): ?>
<a href="<?php the_permalink(); ?>">