Skip to content

Instantly share code, notes, and snippets.

@mtcmorris
Created November 8, 2012 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtcmorris/4037500 to your computer and use it in GitHub Desktop.
Save mtcmorris/4037500 to your computer and use it in GitHub Desktop.
Just beat it.
@-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