https://github.com/michaelsolati/blink-two
A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.
https://github.com/michaelsolati/blink-two
blink blink-tag custom-elements
Last synced: 6 days ago
JSON representation
A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.
- Host: GitHub
- URL: https://github.com/michaelsolati/blink-two
- Owner: MichaelSolati
- License: mit
- Created: 2019-02-12T23:04:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T22:32:11.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T03:16:13.083Z (over 1 year ago)
- Topics: blink, blink-tag, custom-elements
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/blink-two
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# \
A second attempt at the HTML Blink Element (``). A non-standard element which causes the enclosed text to flash slowly.
## Installation
You can either install `` via NPM or include it via a CDN.
NPM:
```bash
npm install blink-two
```
CDN:
```HTML
```
If you do use this library from NPM be sure to import it somewhere in your JS code:
```JavaScript
import 'blink-two';
```
## Usage
You can easily use `` by just wrapping any content inside of the tag:
```HTML
Blink Two Demo
```
Doing that will get you this:
