angular/components
Cdk Overlay backdrop does not respect noopanimations
クローズ
#18,645 opened on 2020/02/28
GP4area: cdk/overlayhelp wanted
Repository metrics
- Stars
- (24,044 個のスター)
- PR merge metrics
- (平均マージ 3d 12h) (30d で 98 merged PRs)
説明
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/fork/components-issue
Steps to reproduce:
- import NoopAnimationsModule
- Create a dialog https://stackblitz.com/edit/angular-fdgmah (based on example dialog stackblitz)
Expected Behavior
What behavior were you expecting to see?
The dark overlay appears immediately with no animation
Actual Behavior
What behavior did you actually see?
The overlay backdrop fades in over 400ms.
Environment
- Angular: 9.1
- CDK/Material: 9.1
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Linux