/**The handlers configuration */ export const handlersConfig = { /**Controls the activity of the mouse mouse event */ mouseMoveThrottleDelay: 50, /**Controls the activity of the wheel event */ wheelThrottleDelay: 100, /** Controls the activity of the single touch move event */ singleTouchMoveThrottleDelay: 50, /** Controls the activity of the double touch move event */ doubleTouchMoveThrottleDelay: 100, };