Skip to content

Instantly share code, notes, and snippets.

@dimeloper
Created February 6, 2019 21:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dimeloper/aeeac150635256dd93b7d30b35530773 to your computer and use it in GitHub Desktop.
Save dimeloper/aeeac150635256dd93b7d30b35530773 to your computer and use it in GitHub Desktop.
@keyframes heartbeat {
0% {
transform: scale( 1 );
}
20% {
transform: scale( 1.25 )
translateX(5%)
translateY(5%);
}
40% {
transform: scale( 1.5 )
translateX(9%)
translateY(10%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment