Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created December 4, 2015 20:28
Show Gist options
  • Save agragregra/a64c3e629c14b78cbc0f to your computer and use it in GitHub Desktop.
Save agragregra/a64c3e629c14b78cbc0f 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