Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Created March 1, 2013 19:02
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 Fauntleroy/5066922 to your computer and use it in GitHub Desktop.
Save Fauntleroy/5066922 to your computer and use it in GitHub Desktop.
A terse gist
<img src="http://upload.wikimedia.org/wikipedia/commons/2/2a/Wikipe-tan_in_navy_uniform2_transparent.png" />
@-webkit-keyframes pulsate {
from { -webkit-filter: drop-shadow(0 7px 12px rgba( 255, 0, 0, 0.7 )); }
to { -webkit-filter: drop-shadow(0 7px 30px rgba( 255, 0, 0, 0.7 )); }
}
img {
width: 25%;
-webkit-animation: pulsate 500ms alternate linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment