angular-cn/packages/core/test/animation
Matias Niemelä a6ae759b46 fix(animations): ensure `position` and `display` styles are handled outside of keyframes/web-animations (#28911)
When web-animations and/or CSS keyframes are used for animations certain
CSS style values (such as `display` and `position`) may be ignored by a
keyframe-based animation. Angular should special-case these styles to
ensure that they get applied as inline styles throughout the duration of
the animation.

Closes #24923
Closes #25635

Jira Issue: FW-1091
Jira Issue: FW-1092

PR Close #28911
2019-02-27 11:57:31 -08:00
..
animation_integration_spec.ts test(ivy): move error-handling test to be handled at a later stage (#28212) 2019-01-25 12:54:04 -08:00
animation_query_integration_spec.ts fix(ivy): ensure animation component host listeners are rendered in the sub component (#28210) 2019-01-18 09:37:23 -08:00
animation_router_integration_spec.ts fix(ivy): don’t publish animation bindings as attributes (#27805) 2019-01-03 09:39:25 -08:00
animations_with_css_keyframes_animations_integration_spec.ts fix(animations): ensure `position` and `display` styles are handled outside of keyframes/web-animations (#28911) 2019-02-27 11:57:31 -08:00
animations_with_web_animations_integration_spec.ts fix(animations): ensure `position` and `display` styles are handled outside of keyframes/web-animations (#28911) 2019-02-27 11:57:31 -08:00