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

This commit is contained in:
ddcat1115 2017-02-09 15:20:06 +08:00 committed by GitHub
parent 5a643418d2
commit d71252ea12

View File

@ -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;