此動畫在Firefox中完美工作...但不適用於Chrome。多邊形不生成動畫? JSFiddleSVG動畫無法在Chrome中工作
<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"/>
任何想法?
Similar questions:http://stackoverflow.com/questions/11916796/chrome-bug-with-svg-polygon-animation和http://stackoverflow.com/questions/13530894/chrome-svg-animate-tag。 – 2013-03-19 15:18:33