angular/packages/core/test/animation
dario-piotrowicz e46b379204 fix(animations): implement missing transition delay (#44799)
fix the transition function accepting a delay in its AnimationOptions
input but not acting on it by adding such delay to all the transition's
timelines

(note: adding the delay to all the transition's timelines is the only
way to accomplish this since transitions have their own logic and do not
have their own timelines like other animation functions have)

resolves #29762

PR Close #44799
2022-02-03 23:54:16 +00:00
..
animation_integration_spec.ts fix(animations): implement missing transition delay (#44799) 2022-02-03 23:54:16 +00:00
animation_query_integration_spec.ts perf(animations): Remove generic objects in favor of Maps (#44482) 2022-01-31 20:28:43 +00:00
animation_router_integration_spec.ts perf(animations): Remove generic objects in favor of Maps (#44482) 2022-01-31 20:28:43 +00:00
animations_with_web_animations_integration_spec.ts perf(animations): remove no longer needed CssKeyframes classes (#44903) 2022-01-31 21:36:35 +00:00