Created
October 30, 2017 19:32
-
-
Save sexwithsatan/073593ed8cddf9e3d7af0ccc9fbcc714 to your computer and use it in GitHub Desktop.
CSS polyfill for <blink>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blink { | |
animation: 1s linear infinite urgent-emphasis; | |
} | |
@keyframes urgent-emphasis { | |
0% { visibility: hidden; } | |
50% { visibility: hidden; } | |
100% { visibility: visible; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment