admin管理员组

文章数量:1024054

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
Add a ment  | 

1 Answer 1

Reset to default 4

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

http://raphaeljs./animation.html

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
Add a ment  | 

1 Answer 1

Reset to default 4

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

http://raphaeljs./animation.html

本文标签: javascriptHow do I morphanimate a custom shape into a circle CANVAS JSStack Overflow