Upon upgrading to Angular 14, I encountered this warning. The properties mentioned are not actually used in my animations.
[Error in console][1]
The animation triggers "rootItem" has been built with the following warnings:
- The following provided properties are not animatable: overflow
(more information at: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties)
The animation trigger "panelContent" has been built with the following warnings:
- The following provided properties are not animatable: overflow
The animation trigger "submenu" has been built with the following warnings:
- The following provided properties are not animatable: overflow
How can this be resolved?