Implement AOS scroll animations for article cards
This commit is contained in:
@@ -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(); ?>">
|
||||
|
||||
Reference in New Issue
Block a user