Skip to content

Instantly share code, notes, and snippets.

@brito
Created September 16, 2014 22:42
Show Gist options
  • Save brito/ef573cde7e70195fb3fc to your computer and use it in GitHub Desktop.
Save brito/ef573cde7e70195fb3fc to your computer and use it in GitHub Desktop.
Phi Bounce
/* Phi Bounce */
a { transition:all 1s cubic-bezier(1,0,1,1) }
a:hover { transform:scale3d(1.05,1.05,1.05) }
a:active { transform:scale3d(.6,.6,.6) }
<a>animation<i><s>x 1s linear 1s</s></i></a>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment