mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix: events shuould work when element appear, close: #6949
This commit is contained in:
parent
d90e1b2a9e
commit
ad92793a47
@ -24,7 +24,6 @@
|
||||
.@{className}-appear.@{className}-appear-active {
|
||||
animation-name: ~"@{keyframeName}In";
|
||||
animation-play-state: running;
|
||||
pointer-events: none;
|
||||
}
|
||||
.@{className}-leave.@{className}-leave-active {
|
||||
animation-name: ~"@{keyframeName}Out";
|
||||
|
Loading…
Reference in New Issue
Block a user