From f76ae6d072b2640c34c47ac54d6e2e4e7e1d0a3a Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 27 Sep 2024 14:55:40 +0200 Subject: [PATCH] fix: trigger ui release --- .../components/approver/animations/approver-animation.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/approver/animations/approver-animation.web.tsx b/packages/ui/src/components/approver/animations/approver-animation.web.tsx index c52f4b6e..171ea6a3 100644 --- a/packages/ui/src/components/approver/animations/approver-animation.web.tsx +++ b/packages/ui/src/components/approver/animations/approver-animation.web.tsx @@ -10,7 +10,7 @@ export const childElementInitialAnimationState = css({ [animationSelector]: { opacity: 0, transform: 'translateY(-16px)' }, }); -const staggerMenuItems = stagger(0.06, { startDelay: 0.36 }); +const staggerMenuItems = stagger(0.06, { startDelay: 0.3 }); export function useApproverChildrenEntryAnimation() { const [scope, animate] = useAnimate();