Skip to content

Commit 9cf1cb6

Browse files
Type overshootClamping correctly
1 parent f0154d5 commit 9cf1cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface SpringConfig {
1212
tension?: number
1313
friction?: number
1414
velocity?: number
15-
overshootClamping?: number
15+
overshootClamping?: boolean
1616
restSpeedThreshold?: number
1717
restDisplacementThreshold?: number
1818

0 commit comments

Comments
 (0)