improve Layout.Sider's animation effect (#4812)

pull/4817/head
ddcat1115 8 years ago committed by GitHub
parent 5a643418d2
commit d71252ea12

@ -38,7 +38,8 @@
&-sider {
flex: 0 0 200px;
transition: all .3s ease;
overflow: hidden;
transition: all .3s @ease-out;
position: relative;
background: @layout-sider-background;

Loading…
Cancel
Save