Hacker News new | ask | show | jobs
by egfx 2219 days ago
interesting mentions of the <blink> and <marquee> tags. I have a modern app that makes use of these properties for making gif's. blink will make any content in the gif flash on the canvas and marquee will move it side to side : https://imgur.com/rgHrsoa
1 comments

<blink> and <marquee> can be pretty much replicated with CSS animations — there's no need for the tags anymore.
You have to jump through a lot of hoops to replicate blink in css. https://stackoverflow.com/questions/13955163/imitating-a-bli...