Live data from Hacker News

Blink

google.com

11–20 of 77 posts

Re: Blink

#13
post #11

This query shouldn't work in Firefox 23+, no? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bl...

It's not actually a blink tag but CSS:

    em {
    animation: 1s steps(1, end) 0s normal none infinite blink;
    }
Post reply on HN