backpack-ui
Version:
Lonely Planet's Components
12 lines (11 loc) • 322 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
noWobble: { stiffness: 170, damping: 26 },
gentle: { stiffness: 120, damping: 14 },
wobbly: { stiffness: 180, damping: 12 },
stiff: { stiffness: 210, damping: 20 },
quickBounce: { stiffness: 300, damping: 20 }
};