You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nzOnClose is emitted only when a fade animation is finished, so you will be able to see animation if you are controlling the visibility of alert with ngIf
What is actually happening?
nzOnClose is emitted immediately and as a result, ngIfon alert hides it before the animation is done
Other?
The text was updated successfully, but these errors were encountered:
dmytroyarmak
added a commit
to dmytroyarmak/ng-zorro-antd
that referenced
this issue
Jun 15, 2018
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Jun 16, 2019
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
Version
1.0.0
Environment
any
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-njncob
Steps to reproduce
Click close button of the alert
What is expected?
nzOnClose
is emitted only when a fade animation is finished, so you will be able to see animation if you are controlling the visibility of alert withngIf
What is actually happening?
nzOnClose
is emitted immediately and as a result,ngIf
on alert hides it before the animation is doneOther?
The text was updated successfully, but these errors were encountered: