Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Created June 23, 2015 02:31
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 LarryMatte/f454659a6cfd5e1da2b8 to your computer and use it in GitHub Desktop.
Save LarryMatte/f454659a6cfd5e1da2b8 to your computer and use it in GitHub Desktop.
copy/paste the keyframe
@keyframes pulse {
50% {
transform: scale(2);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment