Skip to content

Instantly share code, notes, and snippets.

@cam-gists
Created August 20, 2012 15:18
Show Gist options
  • Save cam-gists/3405101 to your computer and use it in GitHub Desktop.
Save cam-gists/3405101 to your computer and use it in GitHub Desktop.
CSS: Webkit Glow
-webkit-animation-name: 'glow';
-webkit-animation-duration: .7s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment