NOTE: See the animation here:
http://focalstrategy.com/tests/10lines.html
#box {
width: 200px; height: 260px; margin: 0 auto; -webkit-perspective: 800; }
#box:hover #text { -webkit-transition: all 2s; -webkit-transform: rotateY( 720deg ) rotateX(360deg); }