【发布时间】:2013-02-24 13:56:51
【问题描述】:
此动画在 Firefox 中完美运行……但在 Chrome 中却不行。多边形没有动画? JSFiddle
<polygon fill="url(#grad1)" points="503,275 529,275 529,275 503,275">
<animate attributeName="points"
calcMode="linear"
begin="1s" dur="0.4s"
from="503,275 529,275 529,275 503,275"
to="503,275 529,275 843,335 789,335"
fill="freeze"/>
有什么想法吗?
【问题讨论】:
标签: google-chrome animation svg