mirror of https://github.com/mifi/lossless-cut
reduce springyness
parent
228adc844c
commit
542d4ef946
@ -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 };
|
||||
|
||||
Loading…
Reference in New Issue