From a5523d61c31665ef710936aaafb643416e393dfe Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Sat, 28 Jan 2023 07:18:19 +0900 Subject: [PATCH] =?UTF-8?q?menu=E3=81=AEanimation=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.js b/menu.js index 3a062ef..eac979e 100644 --- a/menu.js +++ b/menu.js @@ -97,7 +97,7 @@ export default function Menu(props) { pre.push(...current); return pre; }, []); - LayoutAnimation.spring(); + LayoutAnimation.easeInEaseOut(); if (returnDataBase.length) { let currentStation = currentStation == undefined ? [] : currentStation; if (currentStation.toString() != returnDataBase.toString()) {