Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created July 22, 2013 07:34
Show Gist options
  • Save jbutko/6051954 to your computer and use it in GitHub Desktop.
Save jbutko/6051954 to your computer and use it in GitHub Desktop.
jQuery: Animate in angle
// You can specify both left and top property:
$(this).animate({left: '+=30px', top: '+=30px'}, 1000);
// In this case, the angle would be 45°.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment