From 2c8639aa161c102e451e633ebaac55aa3d015ea5 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Wed, 1 Apr 2026 15:29:57 -0400 Subject: [PATCH] deceleration and snapping --- src/components/images/Gallery/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 2321651766..3a854399c3 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -180,7 +180,7 @@ export function Gallery({ return offsets }, [])} snapToAlignment="start" - decelerationRate="normal" + decelerationRate={0.99} style={{ width: bleed ? windowWidth : containerWidth + QUOTE_PADDING * 2, height: containerHeight,