此 SVG 动画代码为每个矩形生成不同的速度。我需要相似的速度(不同的持续时间)。是否有一个我找不到的属性,或者一个简单的解决方案。
<animate attributeName="x" attributeType="XML" begin="0s" dur="10s" from="0" to="500" fill="freeze"/>
<animate attributeName="x" attributeType="XML" begin="0s" dur="10s" from="0" to="800" fill="freeze"/>