-
-
Save briandailey/967c8a88f8bfa221e0a3c330dd0535e4 to your computer and use it in GitHub Desktop.
keyframes-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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