Skip to content

Instantly share code, notes, and snippets.

@trumbitta
Last active December 17, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trumbitta/5547282 to your computer and use it in GitHub Desktop.
Save trumbitta/5547282 to your computer and use it in GitHub Desktop.
Fartscroll
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://github.com/theonion/fartscroll.js/raw/master/fartscroll.js"></script>
<script>
$(document).ready(function() {
$(document).fartscroll(400);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment