mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the only way to disable animations is by providing the `NoopAnimationsModule`
which doesn't allow for it to be disabled based on runtime information. These changes
add support for disabling animations based on runtime information by using
`BrowserAnimationsModule.withConfig({disableAnimations: true})`.
PR Close #40731
|
||
|---|---|---|
| .. | ||
| animation_integration_spec.ts | ||
| animation_query_integration_spec.ts | ||
| animation_router_integration_spec.ts | ||
| animations_with_css_keyframes_animations_integration_spec.ts | ||
| animations_with_web_animations_integration_spec.ts | ||