I have a slice/segment of a circle and want to animate it morphing into a new plete circle with a 'biological' feel to it. By biological I mean a way other than increasing the arc-length of the segment.
How can I get the kind of animation you would get if tweening a square to a circle in Flash, but in Canvas JS?
I have a slice/segment of a circle and want to animate it morphing into a new plete circle with a 'biological' feel to it. By biological I mean a way other than increasing the arc-length of the segment.
How can I get the kind of animation you would get if tweening a square to a circle in Flash, but in Canvas JS?
Share Improve this question asked Jan 20, 2012 at 18:01 FeeneyFeeney 3572 gold badges4 silver badges12 bronze badges 1- A related question: stackoverflow./questions/8219266/… – Anderson Green Commented Feb 26, 2013 at 0:01
1 Answer
Reset to default 4Have you heard of the Raphael JavaScript library? Here's an example. I think this demonstrates exactly what you described.
http://raphaeljs./animation.html