deceleration and snapping

This commit is contained in:
vineyardbovines
2026-04-01 15:29:57 -04:00
parent dcc2d46544
commit 2c8639aa16
+1 -1
View File
@@ -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,