Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created January 9, 2016 11:40
Show Gist options
  • Save gearmobile/e0d6e2797c3b025754e7 to your computer and use it in GitHub Desktop.
Save gearmobile/e0d6e2797c3b025754e7 to your computer and use it in GitHub Desktop.
Simple Bounce Animation Header Button
@keyframes bounceButton
0%, 100%
transform translate(-50%, 0%)
50%
transform translate(-50%, -50%)
60%
transform translate(-50%, 50%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment