CSS3 Click to Like Animated Button
A button animated in CSS3. This button incorporates a hidden checkbox which, when clicked, shows the hidden div containing the count. This is done using the transition
property. It works really well in every major browser and degrades gracefully in Internet Explorer 9 as it doesn't support the transition
property yet so the animation just snaps to the final point.