diff --git a/src/animations.js b/src/animations.js index d4d9ec12..5814e592 100644 --- a/src/animations.js +++ b/src/animations.js @@ -1,2 +1,2 @@ // eslint-disable-next-line import/prefer-default-export -export const mySpring = { type: 'spring', damping: 30, stiffness: 1000 }; +export const mySpring = { type: 'spring', damping: 25, stiffness: 350 };