Implement AOS scroll animations for article cards
This commit is contained in:
11
footer.php
11
footer.php
@@ -53,6 +53,17 @@
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
<script>
|
||||
// Initialize Anime On Scroll globally
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
AOS.init({
|
||||
duration: 800,
|
||||
once: true,
|
||||
offset: 100
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user