Y
Hacker News
new
|
ask
|
show
|
jobs
by
hn111
2 days ago
That <div class="marquee-box"> with `animation: scroll-left 18s linear infinite;` is just plain disrespect to the still working <marquee> element.
1 comments
freddyfloof
2 days ago
Yes it may still be working, but it’s deprecated! The marquee is dead, long live the marquee!
link
semolino
2 days ago
Upon inspecting with developer tools, I was pleased to find that <marquee> supports GPU acceleration. I vaguely recall reading lore of someone refactoring it up to modern standards in chromium a few years back.
link