mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
improve Layout.Sider's animation effect (#4812)
This commit is contained in:
parent
5a643418d2
commit
d71252ea12
@ -38,7 +38,8 @@
|
|||||||
|
|
||||||
&-sider {
|
&-sider {
|
||||||
flex: 0 0 200px;
|
flex: 0 0 200px;
|
||||||
transition: all .3s ease;
|
overflow: hidden;
|
||||||
|
transition: all .3s @ease-out;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: @layout-sider-background;
|
background: @layout-sider-background;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user