How do I clockwise animate Pie Chart onLoad in SVG
问题 I am stuck with pie chart which should animate clockwise onLoad. Here, is my pie chart fiddle I need this animation to work with brezier curve paths, for instance, <path d="M 276 63.03 C 329.93 63.03 381.86 78.24 421.4 105.63 L 276 222.79 M 276 63.03" /> I am also aware that, it can be achieved using snap.svg library but is unable workout in this case. Any help is appreciated. Thanks in advance! 回答1: You can use a nested animate and change some attribute with a progressive delay. In this