how to smooth scroll in javascript
window.scrollTo({ top: 900, behavior: 'smooth' })
how to smooth scroll in javascript
window.scrollTo({ top: 900, behavior: 'smooth' })
animate on scroll
<!---Add script right before closing </body> tag, and initialize AOS:--->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us