Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65d3aeb

Browse files
authored
fix(dialog-box): [dialog-box] destoryOnClose transition (#2324)
* fix(dialog-box): destoryOnClose transition * refactor: remove debug duration * style: use `@{dialog-box-prefix-cls}` replace `.tiny-dialog-box` * fix: add class selector
1 parent 9086034 commit 65d3aeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/theme/src/dialog-box/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@
272272
}
273273

274274
.dialog-fade-leave-active {
275+
.@{dialog-box-prefix-cls} {
276+
animation: dialog-fade-out 3s;
277+
}
275278
animation: dialog-fade-out 0.3s;
276279
}
277280

0 commit comments

Comments
 (0)