Skip to content

Instantly share code, notes, and snippets.

@petercossey
Created May 16, 2012 00:06
Show Gist options
  • Save petercossey/2706167 to your computer and use it in GitHub Desktop.
Save petercossey/2706167 to your computer and use it in GitHub Desktop.
Nifty CSS from the web
#button > .background {
position: absolute;
-webkit-animation: pulseCircle 2s ease-out infinite;
-moz-animation: pulseCircle 2s ease-out infinite;
-o-animation: pulseCircle 2s ease-out infinite;
-ms-animation: pulseCircle 2s ease-out infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment