Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Hatteron/3cfdfe4498e55a5c7a7fad264c904cec to your computer and use it in GitHub Desktop.
Save Hatteron/3cfdfe4498e55a5c7a7fad264c904cec to your computer and use it in GitHub Desktop.
Chrome Smooth Scroll
//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