Created
December 1, 2013 22:14
-
-
Save colelawrence/7741534 to your computer and use it in GitHub Desktop.
Snap.svg animate rotation.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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