Created
August 11, 2010 16:03
-
-
Save qoelet/519225 to your computer and use it in GitHub Desktop.
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
// deeper into the pie | |
var pie_stuff = pie.items; | |
var pie_sectors = pie_stuff[1]; | |
var sector1 = pie_sectors[0]; | |
// within some DOM element, I attached .hover() and added, | |
sector1.animate({scale: [1, 1, this.cx, this.cy]}, 500, "bounce").attr({"fill": off_color}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment