Skip to content

This plugin allows for a smooth auto scroll to each different section of a single page webpage after clicking on it's corresponding navigation link.

License

Notifications You must be signed in to change notification settings

pldrake26/Smooth-Scroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Smooth Scroller, a jQuery plugin.

This plugin allows for a smooth auto scroll to each different section of a single page webpage after clicking on it's corresponding navigation link.

Important

  1. Each navigation link's href must point to the ID of each corresponding content div or element.
  2. jQuery script files must be inserted before plugin script files either in head if using document.ready() function or end of the body section.
  3. Include the following file using a script tag: jquery.smooth-scroller.js
  4. Call the plugin using: $(document).smoothScroll();

About

This plugin allows for a smooth auto scroll to each different section of a single page webpage after clicking on it's corresponding navigation link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published