UNPKG

tdesign-mobile-vue

Version:
24 lines (19 loc) 482 B
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; 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