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 { &-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…
Cancel
Save