Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var rspeed = (Math.random()/3)+0.6,
  2. rtext = 'transform ' + rj + 's ease-in-out';
  3.  
  4. $('#tile').css( '-webkit-transition',rtext).css( '-moz-transition',rtext).css( '-ms-transition',rtext).css( '-o-transition',rtext).css( 'transition',rtext);
  5. $('#tile').css( 'transform','rotateY(180deg)');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement