Table of Contents

Built with ❤︎ by Tiaan and contributors
Table of Contents
About
A small module to make a DOM element blink using JS.
Install
Install with cdn
<!-- Or -->
Install with npm
$ npm install --save blink-element
Install with yarn
$ yarn add blink-element
Usage
Add the blink.js
or blink.min.js
script to your project. You can then use it by calling the blink
function.
// var blink = require('blink-element') || import blink from 'blink-element' var elem = document
API
The blink
function takes a single object as its argument with element
and speed
as its properties.
See usage for an example of how to call the function.
Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
License
Licensed under the MIT License.