相关疑难解决方法(0)

如何循环SVG动画序列?

我有序列animationTransform:

<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"/>
Run Code Online (Sandbox Code Playgroud)

如果可以在不使用脚本的情况下循环此序列?

我可以通过使用repeatCount="indefinite"我想循环整个序列的顺序设置单个动画循环.

animation svg smil

27
推荐指数
3
解决办法
3万
查看次数

标签 统计

animation ×1

smil ×1

svg ×1