Created
March 1, 2013 19:02
-
-
Save Fauntleroy/5066922 to your computer and use it in GitHub Desktop.
A terse gist
This file contains 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
<img src="http://upload.wikimedia.org/wikipedia/commons/2/2a/Wikipe-tan_in_navy_uniform2_transparent.png" /> |
This file contains 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 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