From 849219724cbdc8b4434c558dd156985b4208fb6c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 27 Feb 2026 11:47:19 +0200 Subject: [PATCH] tweak spring_in numbers --- src/components/ContextMenu/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ContextMenu/index.tsx b/src/components/ContextMenu/index.tsx index 40f2cb5349..249d7b7e98 100644 --- a/src/components/ContextMenu/index.tsx +++ b/src/components/ContextMenu/index.tsx @@ -81,9 +81,9 @@ export { const {Provider: PortalProvider, Outlet, Portal} = createPortalGroup() const SPRING_IN: WithSpringConfig = { - mass: IS_IOS ? 1.25 : 0.75, - damping: 50, - stiffness: 1100, + mass: 0.75, + damping: 300, + stiffness: 1200, restDisplacementThreshold: 0.01, }