Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 在IE 11中beginElement()被破坏了吗?_Javascript_Svg_Internet Explorer 11 - Fatal编程技术网

Javascript 在IE 11中beginElement()被破坏了吗?

Javascript 在IE 11中beginElement()被破坏了吗?,javascript,svg,internet-explorer-11,Javascript,Svg,Internet Explorer 11,beginElement()在IE中工作吗? 我正在Windows 7上使用Internet Explorer 11。这是小提琴。检查控制台,您将看到错误。它在铬上工作。是的,我用谷歌搜索了这个,我没有找到关于IE11+的答案 根据我在ani方法的调试器中看到的情况,它没有 Internet Explorer 11目前不支持SMIL动画。如果你想让我们考虑它的未来版本,请访问我们的UpSoice和.< /P>,在Firefox中也失败,使用 NSyError失败> /Calp>。Firefox

beginElement()在IE中工作吗?

我正在Windows 7上使用Internet Explorer 11。这是小提琴。检查控制台,您将看到错误。它在铬上工作。是的,我用谷歌搜索了这个,我没有找到关于IE11+的答案


根据我在
ani
方法的调试器中看到的情况,它没有


Internet Explorer 11目前不支持SMIL动画。如果你想让我们考虑它的未来版本,请访问我们的UpSoice和.< /P>,在Firefox中也失败,使用<代码> NSyError失败> /Calp>。Firefox失败了,因为你不能启动一个不是我预期文档的一部分的动画。出于某种原因,我认为我在标签中看到了jQuery。我删除了那句话。
var ani = document.createElementNS("http://www.w3.org/2000/svg", "animateTransform");
ani.beginElement();