Skip to content

Instantly share code, notes, and snippets.

@apathetic
Created June 25, 2010 19:12
Show Gist options
  • Save apathetic/453302 to your computer and use it in GitHub Desktop.
Save apathetic/453302 to your computer and use it in GitHub Desktop.
css text shadow transform
a { -webkit-transition: all 0.12s ease-out; }
a:hover { text-shadow: #E58 1px 1px, #E58 2px 2px, #E58 3px 3px, #E58 4px 4px, #E58 5px 5px, #E58 6px 6px, #E58 7px 7px, #E58 8px 8px, #E58 9px 9px, #E58 10px 10px, #E58 11px 11px; }
a.big:hover { -webkit-transform: scale(1.25); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment