angular-cn/packages/animations/browser/test
Matias Niemelä 35c9f0dc2f fix(animations): process shorthand `margin` and `padding` styles correctly (#35701)
Prior to this patch, the `margin` and `padding` properties were not
detected properly by Firefox due to them being shorthand properties.
This patch ensures that both `margin` and `padding` are converted
read as `top right bottom left` in the event that the shorthand
property detection fails for auto-styling in Angular animations.

Fix #35463 (FW-1886)

PR Close #35701
2020-03-02 08:17:38 -08:00
..
dsl test(animations): fix unit-based delays within the animation DSL (#28993) 2019-03-01 15:16:48 -08:00
render fix(animations): process shorthand `margin` and `padding` styles correctly (#35701) 2020-03-02 08:17:38 -08:00
BUILD.bazel test: setup circular dependency tests for all entry points (#34774) 2020-01-23 11:36:40 -08:00
shared.ts feat(animations): report errors when invalid CSS properties are detected (#18718) 2017-08-21 20:38:22 -05:00