domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

Port @abarth's marquee implementation #25

Open dglazkov opened 10 years ago

dglazkov commented 10 years ago

@abarth implemented HTMLMarqueeElement for us!

https://github.com/abarth/marquee/blob/master/marquee.js

We just need to port it over to module syntax.

abarth commented 10 years ago

There are certainly some pieces that are more general (like convertHTMLLengthToCSSLength), but I put everything in one file for now for simplicity.