1

如何<animateTransform>在不丢失动画状态的情况下使用 SVG 中的元素暂停正在运行的 SVG 动画?

在动画元素或父元素上设置animation-play-state: paused;无效。将 repeatCount 从 更改indefinite0,会丢失动画状态。

4

1 回答 1

0

有点晚了,但这里是如何在香草 javascript 中做到这一点:https ://codepen.io/jjdewitt/pen/XJRqNK?editors=1010

您需要调用yourSvgElement.pauseAnimations();SVG 元素

于 2020-01-16T05:18:51.380 回答