聚合物是否有一些官方动画组件,如现在已弃用的霓虹灯动画?

Does polymer has some official animation components like neon-animation which now has been deprecated?

webcomponents info

我用 polymer.I 开发的项目刚找到 neon-animation 组件 deprecated.Some 有替代组件可用吗?

虽然 neon-animation 已被弃用,但它仍将存在一段时间。然而,Polymer 的使命一直是"use the platform",因此,对于新项目,建议使用平台必须提供的动画。

If you're creating a new element from scratch, we recommend using CSS keyframe animations, CSS transitions, or the Web Animations API.

您可以阅读有关霓虹灯动画的更新here