🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jQuery plugin to blink animation effect on any html element.

Animation Text Effect

Documentation

jquery.blink

jquery blink plugin

##Example

<html>   <head>     <script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>     <script src="jquery.blink.js"></script>          <script>            $(document).ready(function() {                $('.blink').blink({delay: 200});              });          </script>      </head>   <body>        <span class="blink">this</span> is some <span class="blink">blinking</span> text.      </body> </html>

##Options

delay

Number of milliseconds the element is visible and hidden. 

You May Also Like