Skip to content

Instantly share code, notes, and snippets.

@brito
Last active August 29, 2015 14:07
Show Gist options
  • Save brito/6241b5c94d4ba2ebbac7 to your computer and use it in GitHub Desktop.
Save brito/6241b5c94d4ba2ebbac7 to your computer and use it in GitHub Desktop.
bounce
/* 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 }
<a href=#> Poke </a>
// 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