Scale and rotate with webkit transition on mouse hover
This will works only for modern browsers such as Chrome(1.0), Firefox (4.0), Internet Explorer(10), Opera(10.5), Safari (3.2); It will not work for non-webkit browsers, means no scale and rotate effect is seen.
The example for the scale and rotate is here:
HTML
<div id="container"> <div id="selector" class="chkani"> <img src="player_play.png" /> </div> </div>
now the CSS codes:
…
Scale and rotate with webkit transition on mouse hoverRead More »