How to remove Animation effects from antd modal

antd modal shows and closes animation is a bit abrupt
I want to remove the animation effect of this transition
just show and hide
how to do it?

https://ant.design/components.

Jan.13,2022

how do you remove the animation effect, if you have to:
ant-modal-mask ant-modal-mask-hidden this animation click on the style
ant-modal-mask click on the style,
can completely modify the dynamic effect of the style of antd itself. Solve the problem you want.


use the animation switch nzNoAnimation
component to use the
< nz-modal nzNoAnimation > < / nz-modal >
service, take a look at the ng-zorro document: https://ng.ant.design/docs/an.

Menu