Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created August 11, 2010 16:03
Show Gist options
  • Save qoelet/519225 to your computer and use it in GitHub Desktop.
Save qoelet/519225 to your computer and use it in GitHub Desktop.
// 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