Skip to content

Instantly share code, notes, and snippets.

@colelawrence
Created December 1, 2013 22:14
Show Gist options
  • Save colelawrence/7741534 to your computer and use it in GitHub Desktop.
Save colelawrence/7741534 to your computer and use it in GitHub Desktop.
Snap.svg animate rotation.js
function rotationAnimation(elem, degrees, pointX, pointY, time){
elem.animate({transform:"r"+[degrees,pointX,pointY]}, time);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment