Custom Element instead of <marquee>
http://yutori.github.io/mar-quee/
- Install package using bower on your project directroy
bower install mar-quee --save
- Add webcomponents polyfill and import mar-quee.html to your HTML
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="bower_components/mar-quee/mar-quee.html">
- Now, you can use
<mar-quee>
<mar-quee>Hello World!</mar-quee>
- MIT
- CSS is borrowed from http://ameblo.jp/ca-1pixel/entry-11534620349.html