Skip to content

Instantly share code, notes, and snippets.

@alexsul2008
Created August 15, 2016 23:14
Show Gist options
  • Save alexsul2008/ca2d3e592f54bbc5d06d0ea0a577bb09 to your computer and use it in GitHub Desktop.
Save alexsul2008/ca2d3e592f54bbc5d06d0ea0a577bb09 to your computer and use it in GitHub Desktop.
Плавный scroll в chrome
//Chrome Smooth Scroll
try {
$.browserSelector();
if($("html").hasClass("chrome")) {
$.smoothScroll();
}
} catch(err) {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment