Hacker News new | ask | show | jobs
by reaperducer 2468 days ago
You forgot <blink> and <marquee> (and some sick midi tunes)

Thanks to CSS animations, you can recreate <blink> and <marquee>.

I use it to recreate the Amiga's Guru Meditation Error when I'm debugging web sites.

2 comments

Oh, I'm very aware (I actually do use those tricks on my personal page. Unfortunately I left out the midi. And of course it's loaded with stolen gifs from gifcities[0])

[0] https://gifcities.org/

I had a legit use for a marquee a few months ago and couldn't find a jank-free way to actually re-create all of its features. You can get the basics but even that sucks compared to just using <marquee> (heavier, more code).