Skip to content

koga73/SnapScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

jQuery plugin which auto-snaps to elements while scrolling

Resources

License

Stars

Watchers

Forks

Packages

No packages published