autoscroll_speed

defines the speed of autoscrolling (in ms) while dragging a task or link out of the current browser screen

number autoscroll_speed;

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.

See also
Back to top