|
|
|
|
|
by account42
374 days ago
|
|
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 } }
|
|