Created
November 8, 2012 08:15
-
-
Save mtcmorris/4037500 to your computer and use it in GitHub Desktop.
Just beat it.
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
@-webkit-keyframes pulse { | |
0% { font-size: 1em; } | |
30% { font-size: 1em; } | |
35% { font-size: 1.4em; } | |
40% { font-size: 1em; } | |
50% { font-size: 1em; } | |
55% { font-size: 1.4em; } | |
60% { font-size: 1em; } | |
100% { font-size: 1em; } | |
} | |
i[class^="icon-"] { | |
-webkit-animation: pulse 1.3s infinite; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment