Skip to content

Instantly share code, notes, and snippets.

@roachhd
Forked from LeaVerou/dabblet.css
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/92144c682ce2c06e8a6b to your computer and use it in GitHub Desktop.
Save roachhd/92144c682ce2c06e8a6b to your computer and use it in GitHub Desktop.
/**
* Bouncy bouncy
*/
@keyframes foo {
60%, 80%, to { margin-top: 400px; }
70% { margin-top: 330px; animation-timing-function: ease-in; }
90% { margin-top: 370px; animation-timing-function: ease-in; }
}
div {
width: 50px;
height: 50px;
background: red;
border-radius: 50%;
animation: 3s foo infinite;
animation-timing-function: ease-out;
}
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment