animating node should not be accessible, close #6314

This commit is contained in:
afc163 2017-06-01 12:03:36 +08:00
parent e43c8012ad
commit 45dee9e504

View File

@ -24,9 +24,11 @@
.@{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";
animation-play-state: running;
pointer-events: none;
}
}