Align tween duration

This commit is contained in:
Eric Bailey
2026-04-15 16:05:08 -05:00
parent c61f80e5a1
commit 177c6a68bf
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ import {type FlatList} from 'react-native'
import {tween} from '#/components/images/Gallery/tween'
import {getOffsetForIndex} from '#/components/images/Gallery/utils'
const SETTLE_DURATION = 600
const SETTLE_DURATION = 700
export function useKeyboardHandlers({
flatListRef,
@@ -10,7 +10,7 @@ const FLICK_DECAY = 0.85
const FLICK_MIN_VELOCITY = 0.1
const ADVANCE_THRESHOLD = 0.15
const FRAME_MS = 1000 / 60
const SETTLE_DURATION = 600
const SETTLE_DURATION = 700
const OVERSCROLL_RESISTANCE = 0.4
const BOUNCE_DURATION = 700