Solution Share Posted December 28, 2020 Hi Guys, I try to make pie chart with gsap animation. i did in d3, i want same animation in gsap. Can someone explain how to do this in gsap See the Pen VwKybpq by NavaneethakrishnanKannan (@NavaneethakrishnanKannan) on CodePen Link to post Share on other sites
Share Posted December 28, 2020 Hey Navaneethakrishnan and welcome to the GreenSock forums. Since GSAP isn't a plotting library, it's a more general animation library, GSAP doesn't this exact sort of animation built in. To create this sort of animation using GSAP the easiest way would probably be to use MorphSVG, perhaps along with some rotation. If you have a specific question let us know and we'll do our best to help out! 1 Link to post Share on other sites
Share Posted December 28, 2020 Hi @Navaneethakrishnan Welcome to the forum. I'm not sure what your requirements are for the final project, but you may be able to use DrawSVG for this. Here's a quick demo with hard coded values that may give you some ideas. See the Pen eYdyRba by PointC (@PointC) on CodePen Happy tweening and welcome aboard. 4 1 Link to post Share on other sites
Share Posted December 28, 2020 I love pizza charts: See the Pen eYzwRxO by mikeK (@mikeK) on CodePen Happy drawing ... Mikel 4 Link to post Share on other sites