Polymer element to blink or flicker.
Install Bower if you don't have : sudo npm install -g bower
.
bower install --save blink-element
<head>
...
<!-- import webcomponents-lite.min.js -->
<script src="/path/to/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
...
<!-- import the file -->
<link rel="import" href="/path/to/blink-element.html">
...
</head>
<body>
...
<blink-element>
<!-- blinking content goes here -->
</blink-element>
...
</body>
You can check the index.html
file to see a live demo.
bye..
1.0.1
- Documentation updated.
1.0.0
- Created element.
- Created documentation.