Fritz.StreamTools
Fritz.StreamTools copied to clipboard
Convert GitHub Contributors scroller to a WebComponent
/* Suggested by @bravecobra */
Since I was the one suggesting this, I've created a little codepen to demonstrate what could be an implementation of the existing marquee as a web-component.
https://codepen.io/bravecobra/pen/odmxYV
You can do some customization from outside the component, like colors, size and speed, which should then come from the configuration page. I kept the example simple enough to allow for easy integration into the current code. At least, it's a start!
I've included the cdn version of webcomponentsjs. That makes the codepen work on firefox as well. Let me know if you want this to be included in the current marquee code and whether you prefer the cdn inclusion or a local npm install, which would put that code in the js bundle. There is of course always the option of abandoning this idea all together.