Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
321 Bytes
// The `mass` prop defaults to 1
export const config = {
default: { tension: 170, friction: 26 },
gentle: { tension: 120, friction: 14 },
wobbly: { tension: 180, friction: 12 },
stiff: { tension: 210, friction: 20 },
slow: { tension: 280, friction: 60 },
molasses: { tension: 280, friction: 120 },
} as const