From d49c8433758003739f025f79f261a38a0f1341bc Mon Sep 17 00:00:00 2001 From: tjs Date: Fri, 3 Feb 2023 16:38:49 -0500 Subject: [PATCH] faster transition for acct action button --- components/account/AccountActions.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/account/AccountActions.tsx b/components/account/AccountActions.tsx index d95ebb69..c9d61d9f 100644 --- a/components/account/AccountActions.tsx +++ b/components/account/AccountActions.tsx @@ -94,14 +94,14 @@ const AccountActions = () => { appear={true} show={open} as={Fragment} - enter="transition ease-in duration-200" - enterFrom="opacity-0 scale-75" + enter="transition ease-in duration-75" + enterFrom="opacity-0 nice scale-75" enterTo="opacity-100 scale-100" - leave="transition ease-out duration-200" + leave="transition ease-out duration-100" leaveFrom="opacity-100" leaveTo="opacity-0" > - +