How to convert / animate a custom shape into a circle? CANVAS JS

I have a slice / segment of a circle and you want to revive it, turning into a new full circle with a โ€œbiologicalโ€ feeling for it. By biological, I mean a method different from increasing the length of the arc of a segment.

How can I get an animation that you could get if you tween the square of a circle in Flash, but in Canvas JS?

+7
source share
1 answer

Have you heard of the Raphael JavaScript library? Here is an example. I think this demonstrates exactly what you described.

http://raphaeljs.com/animation.html

+4
source

All Articles