Skip to content

Instantly share code, notes, and snippets.

@trof808
Forked from agragregra/chrome-smooth-scroll.js
Created November 28, 2016 11:44
Show Gist options
  • Save trof808/9cd592ee997a195555b7ee6ccc60705c to your computer and use it in GitHub Desktop.
Save trof808/9cd592ee997a195555b7ee6ccc60705c 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