1.1.0 • Published 6 years ago
blink-two v1.1.0
\<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-twoCDN:
<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:
