Skip to content

Instantly share code, notes, and snippets.

@romanoffs
Created July 22, 2017 13:29
Show Gist options
  • Save romanoffs/a89fd1fe08db0fc37f04f2c600263176 to your computer and use it in GitHub Desktop.
Save romanoffs/a89fd1fe08db0fc37f04f2c600263176 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