Created
August 22, 2016 13:56
-
-
Save BuddyLReno/64c199238f7a5544fc9cfc86b537b84e to your computer and use it in GitHub Desktop.
Specified Units
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 bounce { | |
from { | |
transform: translateY(0); | |
} | |
to { | |
transform: translateY(18px); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment