Skip to content

Instantly share code, notes, and snippets.

@helloworld
Created December 21, 2014 15:29
Show Gist options
  • Save helloworld/d69751c110a0735d7c70 to your computer and use it in GitHub Desktop.
Save helloworld/d69751c110a0735d7c70 to your computer and use it in GitHub Desktop.
@keyframes takeoff {
0% {
bottom: -10%;
left: 0px;
-webkit-transform: scale(0.6) rotate(-90deg);
}
50% {
bottom: 50%;
left: 50%;
-webkit-transform: scale(0.6) translate(-50%, -50%)
}
100% {
bottom: -10%;
left: 80%;
-webkit-transform: scale(0.6) rotate(90deg) ;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment