UNPKG

tdesign-mobile-vue

Version:
20 lines (17 loc) 383 B
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ var DEFAULT_WHEEL_CONFIG = { inertiaDuration: 300, bounceDuration: 150, transitionDuration: 460, inertiaTimeThreshold: 460, inertiaDistanceThreshold: 15, boundOffset: 60, clickDistanceThreshold: 5, clickTimeThreshold: 200 }; export { DEFAULT_WHEEL_CONFIG }; //# sourceMappingURL=constants.js.map