当我添加网页动画polyfills时,是否有人知道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]
如果我添加polyfills:
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]
所以我很遗憾我不能。但
有没有办法填充此功能?
我的情况不是。 建议不要用于制作? 有人知道什么时候打算全力支持动画?
答案 0 :(得分:3)
您好我有类似的问题,这里完全相同的问题https://github.com/angular/angular/issues/14752我希望我们取得一些进展。
BTW,你可以尝试一件事。我尝试在about:config
此设置的Firefox设置中设置为true dom.animations-api.core.enabled
并开始工作。
不好的是,这不是解决方案。问题在于自动样式。