Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 578 Bytes

fartscroll.js

Everyone farts. And now your web pages can too.

Now with 100% less jQuery! (Sorry, jQuery, we still love you)

Setup:

  1. Include "fartscroll.js" in your page. (You can use the latest from our CDN: //code.onion.com/fartscroll.js)
  2. Initialize the fartscroll plugin once the DOM has loaded:
// Fart every 400 pixels scrolled
fartscroll(); 

// Fart every 800 pixels scrolled
fartscroll(800);

More info at http://theonion.github.io/fartscroll.js/.