Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

EverFi/Rainbowify.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Rainbowify.js

http://everfi.github.com/Rainbowify.js/

jQuery Plug-in to give DOM elements a CSS3 animated rainbow background.

Simple to use Rainbows!

  $('.be-a-happy-rainbow').rainbowify();

##Highly Configurable Rainbows!

Change the colors of the rainbow. You can even make a sad gray rainbow

  $('.sad-rainbow').rainbowify({
    colors:[
      "#333","#444", "#555", "#666", "#777", "#888", "#999", "#333"
    ]
  })

Turn the rainbow off after 10 seconds

  $('.temperary-rainbow').rainbowify({duration: 10000})

Turn the rainbow off at will

  var el = $('.be-a-happy-rainbow');

    // Do some special code

  el.rainbowify('stop');

About

jQuery Plug-in for CSS3 animated rainbow backgrounds - http://everfi.github.com/Rainbowify.js/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published