drag-scroll
Basic usage
The most common, basic usage of drag-scroll.
Drag the image below to scroll its parent container.

Separate element and container
It's not necessary to make corresponding scrollable container exactly the draggable element's parent.
For the example below, use the grey "touchpad" to scroll the container.

Movement
With option movement
, you can define how the dragscroll movement will be.
Lock axis
Dragscroll behavior will only take place on x-axis, y-axis, or both (will not scroll at all).
Lock x-axis.

Lock y-axis.

Reverse scroll direction
Reverse scroll direction along x-axis, y-axis, or both.
Reverse x-axis.

Reverse y-axis.

Reverse both x-axis and y-axis.

Swap controls
Horizontal drag will effect vertical scroll, and vice versa.

Constrained
Dragscroll can only happen when cursor is inside the scrollable container.

Sensitivity
To accurately define dragscroll's sensitivity, scale the ratio of drag_trigger_threshold
to scroll_respond_vector
.
Normal: For the example below, 1px drag triggers 1px scroll.

Less sensitive: For the example below, 5px drag triggers 1px scroll.

More sensitive: For the example below, 1px drag triggers 5px scroll.

Scaled sensitive: For the example below, 10px drag triggers 10px scroll.

Modify state
Update, disable or destroy an existing dragscroll.

Avoidance
Dragscroll won't take effect on those elements assigned as avoids.
For the example below, order number divs are avoided.
Example - A dragscrollable sticky table
Drag the table head to scroll table horizontally.
Drag the first column to scroll table vertically.
The sticky capability is carried by stick-element.
|
|