我有animationTransform
序列:如何循環SVG動畫序列?
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="30" begin="0s" dur="0.4s" fill="freeze"/>
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="30" to="0" begin="0.4s" dur="0.4s" fill="freeze"/>
如果可以循環這個序列,而不使用腳本?
我可以設置單個動畫循環使用repeatCount="indefinite"
我希望按順序循環整個序列。
作品中(oold)的Firefox 10,不工作的(上最新)的Chrome 32,只是如果有人遇到同樣的問題。以及描述動畫時序的所有功能的一些有用鏈接:[W3C SVG 1.1 Spec。](http://www.w3.org/TR/SVG/animate.html#TimingAttributes),[Developer.Mozilla.org](https ://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/begin)。 – Jeyekomon 2014-01-20 00:06:50
可以確認這在Chrome 34中不起作用。 – hamishtaplin 2014-03-17 13:20:46