Search code examples
animationpolymer-2.xoffice-web-components

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


webcomponents info

My project developed with polymer.I just find neon-animation component has been deprecated.Some alternative components are available ?


Solution

  • Although neon-animation has been deprecated, it will still be around for some time. However, Polymer's mission has always been "use the platform", and as such, for new Projects it is recommended to use what the platform has to offer in terms of animations.

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

    You can read the update on neon-animations here.