Skip to content

onvardgmbh/smooth-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Smooth Scrolling

Usage

smoothScrollToPx(target, callback, duration);

<script src="smooth-scrolling.js"></script>
<script>
	smoothScrollToPx(1000, function() {console.log('done')}, 1000);
</script>