是否可以在路径标记中放置动画标记以在SVG图像中为stroke-dashoffset属性设置动画?

时间:2016-07-13 09:07:13

标签: css css3 svg

我可以在路径标记中添加动画标记来设置stroke-dashoffset属性的动画吗?



<svg
   width="210mm"
   height="297mm">   
   <path class="path" fill="transparent" stroke="#000000" stroke-width="4" d="m 377.53434,303.59156 c -8.85782,-2.52029 -17.15925,-6.52635 -25.10382,-11.12167 -9.11305,-4.57105 z">          
      <animate id="a1" attributeName="stroke-dashoffset" from="4000" to="0" dur="10s" /> 
    </path>
</svg>
&#13;
&#13;
&#13;

如果这可能导致此代码不起作用? (为简单起见,省略了很多路径)

0 个答案:

没有答案