Skip to content

Instantly share code, notes, and snippets.

@lomteslie
Created February 10, 2016 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lomteslie/1e3bc0c4a415e13f66e1 to your computer and use it in GitHub Desktop.
Save lomteslie/1e3bc0c4a415e13f66e1 to your computer and use it in GitHub Desktop.
keyframes-example
@keyframes(bulge) {
0% { font-size: ms(-1) }
30% { font-size: ms(3) }
100% { font-size: ms(0) }
}
.class {
animation: bulge $transition-speed-easing infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment