Modal open animation is missing, and some other detail issues
Author: yuuuxtCreated Sep 18, 2026Updated Sep 18, 2026
Similar to #9916 , I just found modal open animation is missing as well:
Reproduction link
(Checking official website example, see below)
Steps to reproduce
Go to https://ng.ant.design/components/modal/zh, click the first example to open a modal, check how the mask appears
What is expected?
(Both are correct behavior - the mask fades in)
- (zorro drawer version) Go to https://ng.ant.design/components/drawer/zh, click the first example to open a modal, check how the mask appears.
- (antd version) Go to https://ant.design/components/drawer, click the first example to open a modal, check how the mask appears
(The example is drawer because the drawer version is more obvious.)
What is actually happening?
The modal mask appearing does not have a fade-in animation, and some animation detail issues:
- The modal animation speed is faster than the drawer one and the antd modal one
- The drawer & modal mask appearing order seems not correct compared to the antd drawer one
| Environment | Info |
|---|---|
| ng-zorro-antd | 22.1.0 |
| Browser | Edge 153.0.4234.32 |
Source: NG-ZORRO/ng-zorro-antd