SMIL"开始"和"结束"动画attriubutes没有在Chrome中调用,但在Firefox中调用

时间:2012-10-08 06:17:05

标签: google-chrome svg smil

<ellipse cx="150" cy="75" rx="10" ry="40" fill="blue">
<animate id="A" attributeName="rx" begin="click"
end="A.begin+4"
onbegin="alert('started')" onend="alert('stopped')"
dur="4s" values="10;110;10" repeatCount="indefinite"/>
</ellipse>

上述代码在Firefox中正常运行,但在Chrome中无效。 在Firefox中,警报显示在动画的开头和结尾。 我怎样才能在Chrome中实现这一目标?

1 个答案:

答案 0 :(得分:1)

您已经为bug 81995编写了一个补丁,或者付给其他人这样做,让您在webkit中使用它。