Updated to Angular 14 and this warning appeared. These properties are not used in my animations.
[Error in console][1]
The animation trigger "rootItem" has built with the following warnings:
- The following provided properties are not animatable: overflow
(see: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties)
The animation trigger "panelContent" has built with the following warnings:
- The following provided properties are not animatable: overflow
The animation trigger "submenu" has built with the following warnings:
- The following provided properties are not animatable: overflow
How fix this?