この 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"/>