Skip to content

A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.

License

Notifications You must be signed in to change notification settings

MichaelSolati/blink-two

Repository files navigation

<blink-two>

A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.

Installation

You can either install <blink-two> via NPM or include it via a CDN.

NPM:

npm install blink-two

CDN:

<script src="https://unpkg.com/blink-two/blink-two.js"></script>

If you do use this library from NPM be sure to import it somewhere in your JS code:

import 'blink-two';

Usage

You can easily use <blink-two> by just wrapping any content inside of the tag:

<blink-two>Blink Two Demo</blink-two>

Doing that will get you this:

Blink Two Tag Demo

About

A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.

Topics

Resources

License

Stars

Watchers

Forks

Packages