An open API service indexing awesome lists of open source software.

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.

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:

![Blink Two Tag Demo](https://raw.githubusercontent.com/MichaelSolati/blink-two/v1.0.0/src/assets/example.gif)