-
-
Save roachhd/92144c682ce2c06e8a6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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