谁知道角动画是不是不兼容火狐,也当我添加网络动画多填充?
我有这个错误与基础元素的动画相关。
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]如果我添加了填充物:
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]所以我想我很遗憾我不能但是。
有办法填充这个特性吗?
我的情况是没有。推荐不要用于生产?有人知道什么时候打算全力支持动画?
发布于 2017-06-22 16:15:10
嗨,我有类似的问题,这里是完全相同的问题,https://github.com/angular/angular/issues/14752,我希望我们取得一些进展。
顺便说一下你能试试一件事吗。我尝试在火狐设置的about:config,这个设置为真正的dom.animations-api.core.enabled,它开始工作。
不好的是,这不是解决办法。问题是汽车风格。
https://stackoverflow.com/questions/43554763
复制相似问题