touch_feedback_duration
Description
Defines the duration of vibration feedback before/after drag and drop on touch devices (in milliseconds)
touch_feedback_duration: number
Example
gantt.config.touch_feedback_duration = 1;
...
gantt.init("gantt_here");
Default value: 1
Details
added in version 4.1
Note, the config will have no effect if:
- The touch support is disabled by the configuration option touch.
- The browser doesn't support the Vibration API.