Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 371 Bytes

jquery.blink

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.