Skip to content

Instantly share code, notes, and snippets.

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 briandailey/967c8a88f8bfa221e0a3c330dd0535e4 to your computer and use it in GitHub Desktop.
Save briandailey/967c8a88f8bfa221e0a3c330dd0535e4 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