Skip to content

Commit 9077325

Browse files
committed
fix(utils): ⚡ update stiffness to 250 in default spring config
1 parent 8969289 commit 9077325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/useScaleAnimation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type AnimationTypes = SpringAnimation | TimingAnimation;
3939
const DefaultSpringConfig: WithSpringConfig = {
4040
mass: 1,
4141
damping: 17,
42-
stiffness: 230,
42+
stiffness: 250,
4343
overshootClamping: false,
4444
restSpeedThreshold: 0.001,
4545
restDisplacementThreshold: 0.001,

0 commit comments

Comments
 (0)