Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theonion/fartscroll.js

You want fart noises as you scroll? We've got you covered.
https://github.com/theonion/fartscroll.js

Last synced: about 2 months ago
JSON representation

You want fart noises as you scroll? We've got you covered.

Awesome Lists containing this project

README

        

# 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](http://code.onion.com/fartscroll.js))
2. Initialize the fartscroll plugin once the DOM has loaded:

```javascript
// Fart every 400 pixels scrolled
fartscroll();

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

More info at [http://theonion.github.io/fartscroll.js/](http://theonion.github.io/fartscroll.js/).