Skip to content

Instantly share code, notes, and snippets.

@BuddyLReno
Created August 22, 2016 13:56
Show Gist options
  • Save BuddyLReno/64c199238f7a5544fc9cfc86b537b84e to your computer and use it in GitHub Desktop.
Save BuddyLReno/64c199238f7a5544fc9cfc86b537b84e to your computer and use it in GitHub Desktop.
Specified Units
@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