From 5a4d5ff6a73ac5bf561b4288ebbe27d6407cb7cb Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Wed, 1 Jul 2020 18:23:50 +0800 Subject: [PATCH] perf: menu transition --- components/menu/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 6ebbb7522..fd214c05b 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -15,7 +15,7 @@ background: @menu-bg; outline: none; box-shadow: @box-shadow-base; - transition: background 0.3s, width 0.2s; + transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s; .clearfix; ul,