mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix tabs anim
This commit is contained in:
parent
6f70303e90
commit
4c0cbd846c
@ -197,6 +197,7 @@
|
||||
}
|
||||
|
||||
&-slide-horizontal-backward-enter {
|
||||
display: block !important;
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
@ -206,6 +207,7 @@
|
||||
}
|
||||
|
||||
&-slide-horizontal-backward-leave {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -220,6 +222,7 @@
|
||||
}
|
||||
|
||||
&-slide-horizontal-forward-enter {
|
||||
display: block !important;
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
@ -229,6 +232,7 @@
|
||||
}
|
||||
|
||||
&-slide-horizontal-forward-leave {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
transform: translateX(0);
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user