Skip to content

Instantly share code, notes, and snippets.

@tmdvs
Created January 9, 2012 18:01
Show Gist options
  • Save tmdvs/1584137 to your computer and use it in GitHub Desktop.
Save tmdvs/1584137 to your computer and use it in GitHub Desktop.
nav#socialicons img { margin-right: 16px; opacity: 0.35; -webkit-transition-duration: 0.5s;}
nav#socialicons span { display: block; padding: 0px 10px; position: absolute; top: -28px; opacity: 0; border-radius: 50px; background: #222; -webkit-transition-duration: 0.5s;}
nav#socialicons a:hover img { opacity: 1; -webkit-transform: rotateY(360deg); -webkit-transition-timing-function: ease-out; }
nav#socialicons a:hover img + span { opacity: 1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment