segmented-controls-react
Version:
A good-lookin' segmented control React component 🔥
41 lines (40 loc) • 698 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.spring = void 0;
exports.spring = {
basic: {
stiffness: 200,
damping: 30,
mass: 1,
},
small: {
stiffness: 480,
damping: 50,
mass: 1,
},
quick: {
stiffness: 800,
damping: 55,
mass: 1,
},
medium: {
stiffness: 270,
damping: 25,
mass: 1,
},
large: {
stiffness: 100,
damping: 15,
mass: 1,
},
slow: {
stiffness: 70,
damping: 20,
mass: 1,
},
rapid: {
stiffness: 1000,
damping: 55,
mass: 1,
},
};