Code Monkey home page Code Monkey logo

makeitrain.js's Introduction

MakeItRain.js

The JQuery plugin you've been waiting for your whole life. Make it rain money on any website.

Preview:

Example

####Live Demo

Adapting the Current Code

You can easily substitute falling money for the image of your choice. This Site uses MakeItRain.js to make it snow. Simply replace 'money.png' (as seen below) with the image of your choice.

How to

  1. Create an html element with the id "make-it-rain"

  2. put the following code into an your html page

<script src="js/MakeItRain.js"></script>
			<script>
			$(document).ready(function(){
			$("#make-it-rain").click(function(){
			$(document).ready(function() {
					$.MakeItRain({images : ['images/money.png'],total : 200});
			});
			});
			});
			</script>
  1. use the control points in the MakeItRain.js file to control the behavior of the money.

Sites Using MakeItRain.js

More Coming Soon

To Do

o Reimplement with Velocity.js

makeitrain.js's People

Contributors

motyar avatar sumit4iit avatar dboudro avatar billmei avatar podrivo avatar slavajacobson avatar

Watchers

James Cloos avatar Edudemy Digital Team Customer Support  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.