Skip to content

nhunzaker/jquery-flicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Flicker

Make things flicker like broken lightbulbs

// Basic Usage:
// -------------------------------------------------- //

$(".selector").flicker();


// Options:
// ----------------------------------------------- //

$.fn.flicker.defaults = {
    minOpacity: 0.7,     // Opacity will not go below this value
    maxOpacity: 1,       // Opacity will not exceed this value
    transition: 200,     // The speed of the animation
    delay: 75,           // The time between changes
    probability: 0.1     // The probability of a flickering event
};


// Methods:
// -------------------------------------------------- //

$(".selector").flicker(); // Start
$(".selector").flicker("stop"); // Stop

About

Adds a broken lightbulb style flickering effect to any DOM element.

http://nhunzaker.github.com/jquery-flicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published