mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
tweak collpse animation easing
This commit is contained in:
parent
59193ef34a
commit
696b4252a8
@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
&-sider {
|
||||
transition: all .15s @ease-in-out;
|
||||
transition: all .2s;
|
||||
position: relative;
|
||||
background: @layout-sider-background;
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user