Skip to content

Instantly share code, notes, and snippets.

@bchhun
Created August 7, 2013 13:21
Show Gist options
  • Save bchhun/6173969 to your computer and use it in GitHub Desktop.
Save bchhun/6173969 to your computer and use it in GitHub Desktop.
make it blink
blink {
-webkit-animation-name: blink;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
-webkit-animation-duration: 1s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment