bungles.net
updated the banner and managed to make the marquee move smoothly (without just behaving like a scrolling element)
specifically I get the width of a single character (fixed-width font) and slide the element up to that distance, then delete the first character when it gets there
that way I can keep adding new text on at the end of the marquee
no new content, just adjusting some css stuff for mobile
and fixed! a new python package I added had broke everything for a couple days, and I still am not sure why lmao but I fixedi t
updated the banner and managed to make the marquee move smoothly (without just behaving like a scrolling element)
specifically I get the width of a single character (fixed-width font) and slide the element up to that distance, then delete the first character when it gets there
that way I can keep adding new text on at the end of the marquee