jBlink – jQuery plugin to create blinking text

jBlink is a jQuery plugin to make bliking text.

After including the script, you can make any HTML tags’ text blink

Installation

npm i jblink

Usage

$('.blink').jBlink();
//with all parameters
$('.blink').jBlink({times: 10, color: '#FF0000', duration: 500});

Options

  • times: Number of times the text blinks. Default is 0 which is infinitive loop.
  • color: The text blinks in this color. If there is no set color, opacity of black color is used.
  • duration: Duration in milliseconds

Reposity | npm

Leave a Comment

Your email address will not be published. Required fields are marked *


Scroll to Top

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close