ConcurrentHashMap / webcomponents-html-blink-tag

Web Components custom <x-blink> element as a replacement of good old html <blink> for modern browser

Home Page:https://concurrenthashmap.github.io/webcomponents-html-blink-tag/demo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webcomponents-html-blink-tag

<x-blink> tag using Polymer + Web Components as a replacement of <blink> for modern browser.

Usage:

  • Get x-blink.html from this repository and put in in your directory
  • Add the following lines to the head of your document:
<script src="https://cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/platform.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/polymer.js"></script>
<link rel="import" href="x-blink.html">
  • Use <x-blink>Wow, so amazing!</x-blink> to make the text blink. No more JavaScript needed

Demo

Check out the live demonstration running on GitHub.

License

Licensed under MIT License

About

Web Components custom <x-blink> element as a replacement of good old html <blink> for modern browser

https://concurrenthashmap.github.io/webcomponents-html-blink-tag/demo.html

License:MIT License


Languages

Language:HTML 100.0%