🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

SnapScroll is a jQuery plugin for one page scrolling website that has the ability to automatically scroll to next page section when you scroll up/down the webpage using mousewheel.

One-Page-Scrolling scroll-snapping

Documentation

SnapScroll

jQuery plugin which auto-snaps to elements while scrolling

<header>HEADER</header> <div> 	<section>Section 1</section> 	<section>Section 2</section> 	<section>Section 3</section> </div> <footer>FOOTER</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="js/snap-scroll.js"></script> <script> 	$("header, section, footer").SnapScroll(); </script>

You May Also Like