raining-phones

0.0.0 • Public • Published

Raining-phones

Have you seen the movie "Cloudy with a Chance of Meatballs"?

Ever wonder if there is a raining phones so that every one can get a free phone? You heard right, folks... FREE!!!

Don't wanna line up at Apple store?

There we go. I made this jQuery plugin for you :)

How to use it

Lucky for you, implementation is really simple.

  1. Load jQuery
  1. Load rainingPhones.js
  1. Call rainingPhones() on jQuery object $('body').rainingPhones();

That's basically it :)

Settings

Setup an array of object as follow structure

var settings = {

maxPhones: 20,

// In sec

spawingGap: 0.1,

// In pixel

height: 700,

// In sec

appearTime: 2

};

Then pass it as an argument

$('body').rainingPhones(settings);

What're you waiting for??? It's time to get your favourite phone!!!

Package Sidebar

Install

npm i raining-phones

Weekly Downloads

0

Version

0.0.0

License

ISC

Last publish

Collaborators

  • stevemao