1

当我添加 web 动画 polyfill 时,任何人都知道 Angular 动画是否也与 Firefox 不兼容?

我有这个与底层元素动画相关的错误。

ERROR DOMException [NotSupportedError: "Animation to or from an underlying value is not yet supported."
code: 9
nsresult: 0x806c0001
location: http://localhost:3000/node_modules/@angular/animations/bundles/animations-browser.umd.js:2319]

如果我添加 polyfill:

ERROR DOMException [NotSupportedError: "Animation to or from an underlying value is not yet supported."
code: 9
nsresult: 0x806c0001
location: https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.2.5/web-animations-next-lite.min.js:15]

所以我想很遗憾我不能。但。

有没有办法填充这个功能?

我的情况不是。建议不要用于生产? 有人知道什么时候打算全力支持动画吗?

4

1 回答 1

3

嗨,我有类似的问题,这里是完全相同的问题https://github.com/angular/angular/issues/14752我希望我们能取得一些进展。

顺便说一句,你可以尝试一件事。我尝试在 Firefox 中about:config将此设置设置为 truedom.animations-api.core.enabled并开始工作。

不好的是,这不是解决方案。问题在于自动样式。

于 2017-06-22T16:15:10.153 回答