html-as-custom-elements
html-as-custom-elements copied to clipboard
Port @abarth's marquee implementation
@abarth implemented HTMLMarqueeElement for us!
https://github.com/abarth/marquee/blob/master/marquee.js
We just need to port it over to module syntax.
There are certainly some pieces that are more general (like convertHTMLLengthToCSSLength), but I put everything in one file for now for simplicity.