Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function someFunction2() {
  2.     $("#div2").animate(
  3.         {rotation: 360},
  4.         { duration: 500,
  5.           step: function(now, fx) {
  6.           $(this).css({"transform": "rotate("+now+"deg)"});
  7.         }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement