tdesign-mobile-vue
Version:
tdesign-mobile-vue
20 lines (17 loc) • 384 B
JavaScript
/**
* 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.mjs.map