Smooth Scrolling Documentation
Initialization
The process of script integration is simple and consists from several steps:
Download script from Git
First of all, you need to download the script from our public repo: Click
Include script on page
Copy script into your project and include it on the page. Use this code:
<script src="js/rd-smoothscroll.min.js"></script>
Script has an auto initialize feature, so that's no need to initialize it manually.