大家好,我需要为 svg 制作动画。它也可以在 chrome、firefox 和 safari 中完美运行,但自然不能在 Internet Explorer 上运行。这是我的代码
<g>
<path fill="none" d="M254.587,356.68
c0-31.728,25.72-57.448,57.448-57.448c31.728,0,57.448,25.721,57.448,57.448c0,31.728-25.721,57.448-57.448,57.448
C280.307,414.128,254.587,388.408,254.587,356.68">
<animate id="cerchio" attributeName="stroke-dashoffset" from="0" to="0" dur="3s"
begin="startAnimation1.click+1.0s"
fill="freeze" keySplines="0 0 0 0" calcMode="linear"/>
</path>
</g>
我尝试使用svgweb,但它似乎不适用于stroke-dashoffset属性名。有任何想法吗?