Last active
August 29, 2015 14:07
-
-
Save brito/6241b5c94d4ba2ebbac7 to your computer and use it in GitHub Desktop.
bounce
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
/* bounce */ | |
:active { animation: bounce 300ms } | |
@keyframes bounce { | |
69.0983% { transform: scale(.8); opacity:.8; | |
animation-timing-function:cubic-bezier(.33333,0,.66667,.33333) }} | |
/* style */ | |
html { font:26px/1.6 | |
HelveticaNeue-Light,Segoe UI,Roboto Thin,sans-serif; | |
text-align:center } |
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
<a href=#> Poke </a> |
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