3D Facebook Button Concept
3D Facebook Button Concept designed by Erik Deiner and coded by Arno DiNunzio. This button is created in a 3D world by using -webkit-perspective
property (that only works in webkit browsers ofcourse) and uses transition
property to animate the transform
animation when the button is hovered to reveal the number of fans (which can be replaced by any other information).
This button is very flexible and can be used in combination with jQuery to make it functional and fetch real number of fans or likes. Take a look at the code to understand the working of this button better :)