hyyuye3puy
New Member
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: \[code\]var endPercent = 65;var curPerc = 0;\[/code\]Circle Two:\[code\] var endPercent = 45; var curPerc = 0;\[/code\]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.?