An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear
Available on npm as blink-text-element.
$ npm install --save blink-text-element
Import as ES modules:
import 'blink-text-element'
Include with a script tag:
<script type="module" src="./node_modules/blink-text-element/dist/index.js">
<blink-text>
This text will blink!
</blink-text>
Browsers without native custom element support require a polyfill.
- Chrome
- Firefox
- Safari
- Microsoft Edge
Distributed under the MIT license. See LICENSE for details.