I have a fiddle of what I've achieved so far with Animating a Canvas.
http://jsfiddle.net/skerwin/uhVj6/6/
I'm trying to make a duplicate of the canvas, I want to change the amount it grows
Circle One:
var endPercent = 65;
var curPerc = 0;
Circle Two:
var endPercent = 45;
var curPerc = 0;
I'm really new to Jquery/Animations and Canvas. What do i have to do to duplicate the Animation code to make 2 Canvas' animate at the same time.?