Skip to content

Instantly share code, notes, and snippets.

@shawnbot
Created March 22, 2019 17:25
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 shawnbot/1060daeb28cdcb0f628cef62dae447dd to your computer and use it in GitHub Desktop.
Save shawnbot/1060daeb28cdcb0f628cef62dae447dd to your computer and use it in GitHub Desktop.
cssstats @Keyframes test
@keyframes glow {
0% { color: yellow; }
100% { color: red; }
}
@keyframes grow {
from { transform: scale(0.1); }
to { transform: scale(1); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment