js animate scroll code example
Example 1: how to smooth scroll in javascript
window.scrollTo({ top: 900, behavior: 'smooth' })
Example 2: animate on scroll
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
Example 3: animate on scroll
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
Example 4: aos animate
<script>
AOS.init();
</script>
Example 5: aos
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />