Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vajahath/blink-element
Polymer element to blink or flicker.
https://github.com/vajahath/blink-element
Last synced: 13 days ago
JSON representation
Polymer element to blink or flicker.
- Host: GitHub
- URL: https://github.com/vajahath/blink-element
- Owner: vajahath
- License: mit
- Created: 2016-09-21T04:41:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T16:22:24.000Z (over 7 years ago)
- Last Synced: 2024-04-10T18:09:47.848Z (10 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blink-element
Polymer element to blink or flicker.## Setup Bower
Install Bower if you don't have : `sudo npm install -g bower`.
## Install this package
`bower install --save blink-element`
# Usage
```html
...
...
......
...```
# Example
You can check the `index.html` file to see a live demo.
bye..
## Change Log
*1.0.1*
* Documentation updated.*1.0.0*
* Created element.
* Created documentation.