jQuery plugin for adding a blink effect to elements.
##Installation $ bower install https://github.com/dhirtzbruch/jquery.blink.git
##Example
$('.blink').blink({
delay: 200 // set blinking delay
});
##Options
Key | Description |
---|---|
delay | Number of milliseconds the element is visible and hidden. |