From 4ab3974b3329b7300281c0b88d746e2382de80bb Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Wed, 8 Jan 2025 13:10:15 +0200 Subject: [PATCH] tweak duration --- apps/dashboard/src/components/primitives/copy-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/components/primitives/copy-button.tsx b/apps/dashboard/src/components/primitives/copy-button.tsx index a448e7345a4..5d49cebde19 100644 --- a/apps/dashboard/src/components/primitives/copy-button.tsx +++ b/apps/dashboard/src/components/primitives/copy-button.tsx @@ -59,7 +59,7 @@ export const CopyButton = (props: CopyButtonProps) => { initial={{ scale: 0.5, opacity: 0 }} animate={{ scale: 1, opacity: 1 }} exit={{ scale: 0.5, opacity: 0 }} - transition={{ type: 'spring', duration: 0.3, bounce: 0.5 }} + transition={{ type: 'spring', duration: 0.1, bounce: 0.5 }} className="absolute inset-0" >