From f1110f2bc521f51649a168f50bf5aadcef9bff1c Mon Sep 17 00:00:00 2001 From: jiang <155259966@qq.com> Date: Tue, 1 Aug 2017 17:36:53 +0800 Subject: [PATCH] sync menu and layout-sider animate time (#7047) --- components/layout/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/style/index.less b/components/layout/style/index.less index 2b79a0e7d5..87f0e81e8a 100644 --- a/components/layout/style/index.less +++ b/components/layout/style/index.less @@ -36,7 +36,7 @@ } &-sider { - transition: all .3s @ease-out; + transition: all .15s @ease-in-out; position: relative; background: @layout-sider-background; /* fix firefox can't set width smaller than content on flex item */