Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created September 1, 2011 05:34
Show Gist options
  • Save dalmaer/1185514 to your computer and use it in GitHub Desktop.
Save dalmaer/1185514 to your computer and use it in GitHub Desktop.
$('#forward').click(function() {
$('#test').animate({
translateX:'-=150',
translateY:'+=150',
scale:'+=2',
rotateY: '+='+(2*Math.PI),
rotateX: '+='+Math.PI,
rotateZ: '+='+Math.PI
}, 1500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment