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!
1 Comment
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.
There are no trackbacks to display at this time.