Skip to content

Commit

Permalink
fix: trigger ui release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 27, 2024
1 parent b765ced commit f76ae6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f76ae6d

Please sign in to comment.