【发布时间】:2015-04-18 09:59:21
【问题描述】:
好的,所以我有这个大的 svg 文件,它是一张地图,现在已经创建了一个在地图上移动的小点。它在 Chrome 中运行良好,但在 Firefox 中无法运行。我尝试添加一个 begin="1s" 认为也许 Firefox 只是不知道什么时候开始但没有奏效。知道为什么吗? Firefox 的动画路径有问题吗?
<circle cx="" cy="" r="5" fill="#1f6527"> <animateMotion path="M110,130, C150 150,150 40, 270 200 C280 210, 290 210, 510 190 C520 210, 600 150, 705 140 C720 160, 720 160, 710 250 C 710 280, 720 280, 710 320 C710 310, 710 310, 720 470 L765 500" dur="20s" repeatCount="indefinite" /> </circle>
【问题讨论】: