Advertisement
ph4x35ccb

scrollSuave

May 27th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.14 KB | None | 0 0
  1. $('.scrollSuave').click(function(){
  2.     $doc.animate({
  3.         scrollTop:$($.attr(this,'href')).offset().top
  4.     },5000);
  5.     return false;
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement