tdesign-mobile-vue
Version:
tdesign-mobile-vue
24 lines (19 loc) • 482 B
JavaScript
/**
* tdesign v1.13.2
* (c) 2026 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var DEFAULT_WHEEL_CONFIG = {
inertiaDuration: 300,
bounceDuration: 150,
transitionDuration: 460,
inertiaTimeThreshold: 460,
inertiaDistanceThreshold: 15,
boundOffset: 60,
clickDistanceThreshold: 5,
clickTimeThreshold: 200
};
exports.DEFAULT_WHEEL_CONFIG = DEFAULT_WHEEL_CONFIG;
//# sourceMappingURL=constants.js.map