From c782de1fe168aea44141187e26e76444da5bac88 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 8 Jan 2018 19:10:59 +0800 Subject: [PATCH] fix --- 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 38f8f8fde..10f0cf3b0 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -196,7 +196,7 @@ } .effect() { - animation-duration: 3s; + animation-duration: .3s; animation-fill-mode: both; transform-origin: 0 0; }