1.1.0 • Published 5 years ago

blink-two v1.1.0

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

\<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