Polymer "animate" 函数在 Chrome 中不再有效

Polymer "animate" function no longer working in Chrome

Paper-dialog 使用 entry/exit 动画,但 Chrome 弃用了此功能。

有解决办法吗???我需要更新 web-animations-js 吗?

<paper-dialog id="help" entry-animation="scale-up-animation" exit-animation="fade-out-animation" without-backdrop>

我在尝试单击后出现动画的页面上出现以下错误:

未捕获类型错误:无法在 'Element' 上执行 'animate':'function (a){return a}' 不是 easing(…)

的有效值

更新 web-animations-js。

https://github.com/web-animations/web-animations-js/releases

尝试使用 2.2.1 版本。