html-as-custom-elements icon indicating copy to clipboard operation
html-as-custom-elements copied to clipboard

Port @abarth's marquee implementation

Open dglazkov opened this issue 11 years ago • 1 comments

@abarth implemented HTMLMarqueeElement for us!

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

We just need to port it over to module syntax.

dglazkov avatar Jun 15 '14 15:06 dglazkov

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

abarth avatar Jun 15 '14 16:06 abarth