Created
February 10, 2016 16:04
-
-
Save lomteslie/1e3bc0c4a415e13f66e1 to your computer and use it in GitHub Desktop.
keyframes-example
This file contains hidden or 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