Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SVG 动画,我想在完成时从头开始重新加载它。可以通过放置在同一 svg 动画上的按钮来执行此操作吗?
喜欢
<g id="button" > <a xlink:href="window.location.href=window.location.href"> </a>
或类似的东西?
非常感谢!
<svg>您可以使用元素setCurrentTime函数将动画的当前时间设置回 0 。这会更有效率,因为它不会再次重新加载页面。
<svg>