0.1.8 • Published 8 years ago

barrel-roll.js v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

barrel-roll.js

npm version

Tired of boring old webpages that do not roll? Well, you've come to the right place!

Rotates the page 360 degrees like Google's "do a barrel roll".

##Installation To install via npm:

npm install barrel-roll.js --save

or simply copy the javascript file from the dist folder.

##Usage 1. Include the javascript file in your document:

<script src="barrel-roll.js"></script>
  1. Call doBarrelRoll() to perform a barrel roll! (duh)

    Example 1:

    if(doge) {
      doBarrelRoll();
    }

    Example 2:

    <button onclick="doBarrelRoll()">Click me</button>

##License barrel-roll.js is licensed under the MIT license. (http://opensource.org/licenses/MIT)

##Contributing You're more than welcome to contribute to this project. Pull requests are the way to go here~

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.0

8 years ago