angular/packages/animations/browser/test/render
dario-piotrowicz f8dc660605 fix(animations): allow animations with unsupported CSS properties (#44729)
currently animations with unsupported CSS properties cause a hard error
and the crash of the animation itself, instead of this behaviour just
ignore such properties and provide a warning for the developer in
the console (only in dev mode)

this change also introduces a general way to present warnings
in the animations code

resolves #23195

PR Close #44729
2022-02-23 08:57:57 -08:00
..
web_animations perf(animations): remove no longer needed CssKeyframes classes (#44903) 2022-01-31 21:36:35 +00:00
timeline_animation_engine_spec.ts perf(animations): made errors in the animations package tree shakeable (#45004) 2022-02-09 11:43:42 -08:00
transition_animation_engine_spec.ts fix(animations): allow animations with unsupported CSS properties (#44729) 2022-02-23 08:57:57 -08:00