Skip to content

Commit

Permalink
more tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 5, 2024
1 parent cd42451 commit 887035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/custom-animations/GestureActionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function createInterpolation({
}
}

const offset = side === 'left' ? -15 : 15
const offset = side === 'left' ? -20 : 20

if (side === 'left') {
firstThreshold = -firstThreshold
Expand Down

0 comments on commit 887035e

Please sign in to comment.