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