Browse Source

tweak collpse animation easing

pull/7487/head
afc163 7 years ago
parent
commit
696b4252a8
  1. 2
      components/layout/style/index.less
  2. 2
      components/menu/style/index.less

2
components/layout/style/index.less

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

2
components/menu/style/index.less

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

Loading…
Cancel
Save