これら 2 つの SVG アニメーションを同じ長さにしたいのですが、 end="showLine.end" は効果がありません。
<animate id="showLine" attributeName="cx" begin="0s" dur="5s"/>
<animateTransform attributeName="transform" type="translate" begin="showLine.begin+0s" end="showLine.end" fill="freeze" from="0,100" to="0,500"/>
あるアニメーションの継続時間を別のアニメーションにコピーする方法を教えてください。ありがとう。