Skip to content

mahbubkhan96/smoothScroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

smoothScroll

Smooth Scroll with Jquery

Install :

<script src="../src/jquery.min.js"></script>
<script src="../src/smoothScroll.js"></script>

Be carefull Jquery file must be declare before smmothScroll. if you have already declare jquery file then add only smoothScroll.js file

<script src="../src/smoothScroll.js"></script>

after link smoothScroll /For scrolling body width Animation/

<script type="text/javascript"> $('html,body').smoothScroll({ stepAmount : 80, speed : 800 }); </script>

About

Smooth Scroll with Jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%