Skip to content

Commit e405118

Browse files
committed
fix: decrease velocity factor on iOS
1 parent 626d54c commit e405118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const magic = {
107107
restDisplacementThreshold: 0.3,
108108
deceleration: 0.999,
109109
bouncyFactor: 1,
110-
velocityFactor: P(1, 1.2),
110+
velocityFactor: P(1, 0.8),
111111
toss: 0.4,
112112
coefForTranslatingVelocities: 5,
113113
}

0 commit comments

Comments
 (0)