Skip to content

antoniohdezarchive/smooth-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smooth Scrolling

Simple plugin to enable smooth scrolling for internal links within a page.

Polyfill

This plugin uses the implementation of the Web Animations API.

How to use

Just import the smooth-scrolling.min.js file inside the dist folder:

<script src="dist/smooth-scrolling.min.js"></script>