tweak collpse animation easing

This commit is contained in:
afc163 2017-09-06 13:46:45 +08:00
parent 59193ef34a
commit 696b4252a8
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
}
&-sider {
transition: all .15s @ease-in-out;
transition: all .2s;
position: relative;
background: @layout-sider-background;

View File

@ -14,7 +14,7 @@
color: @text-color;
background: @component-background;
line-height: 46px;
transition: background .3s @ease-in-out, width .15s @ease-in-out;
transition: background .3s, width .2s;
&-hidden {
display: none;