We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8969289 commit 9077325Copy full SHA for 9077325
src/utils/useScaleAnimation.ts
@@ -39,7 +39,7 @@ type AnimationTypes = SpringAnimation | TimingAnimation;
39
const DefaultSpringConfig: WithSpringConfig = {
40
mass: 1,
41
damping: 17,
42
- stiffness: 230,
+ stiffness: 250,
43
overshootClamping: false,
44
restSpeedThreshold: 0.001,
45
restDisplacementThreshold: 0.001,
0 commit comments