Incredible CSS Transitioning ShareBar

This cool animated share button transforms from one single element into four elements each representing a link to a social site! This Sharebar uses the following pseudo classes:

  • :first-child:before
  • :nth-child
  • :last-child
  • :hover

And some CSS, namely: box-shadow, transitions, border-radius, transform, and gradient background.

Click on the image to view the transitioning demo.

You can also CLICK HERE to experiment with this code, thanks to Piotr Zalewa and Oskar Krawczyk on jsfiddle!

Incoming search terms for the article:

Related Posts

How To Create A Basic Social Sharing Button

Convert PSD Files to HTML and CSS with PSDSlicing

Dabblet CSS and HTML Editor

ExpandingTextarea jQuery Plugin

1 Comment

  1. Mark

    03.27.2012

    Thanks for the demo. I really like adding interactive elements to the site. Users are much more likely to follow with this little guy. Kudos.