autoscroll_speed
Description
Defines the speed of autoscrolling (in ms) while dragging a task or link out of the current browser screen
autoscroll_speed: number
Example
gantt.config.autoscroll = true;
gantt.config.autoscroll_speed = 50;
gantt.init("gantt_here");
Default value: 30
Details
added in version 4.2
The "autoscroll" functionality is enabled by the autoscroll option.