Skip to content

johnboker/jquery.blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

jquery blink plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published