logoalt Hacker News

account4206/17/20250 repliesview on HN

Blink shows that the webs often touted absolute backwards compatibility can be broken for really petty reasons.

At least these days you can easily bring back the fun:

  blink {
    animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink { to { visibility: hidden } }