improve tabs switch animation

This commit is contained in:
afc163 2016-11-01 11:58:43 +08:00
parent 0b7856b712
commit 8c68e8f64b

View File

@ -200,6 +200,8 @@
.@{tab-prefix-cls}-tabpane {
flex-shrink: 0;
width: 100%;
transition: opacity 0.3s;
opacity: 1;
}
.@{tab-prefix-cls}-tabpane-inactive {