We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344fd9f commit 562533bCopy full SHA for 562533b
examples/timeline/other/horizontalScroll.html
@@ -18,7 +18,7 @@ <h1>Timeline horizontal scroll option</h1>
18
stack: true,
19
horizontalScroll: true,
20
// horizontalScrollKey: 'shiftKey', /* If you want to enable both vertical and horizontal scrolling, uncomment this and the line below. */
21
- // verticalScroll: true /* Uncomment this line with the line above to allow for both scroll-axis. */
+ // verticalScroll: true, /* Uncomment this line with the line above to allow for both scroll-axis. */
22
// horizontalScrollInvert: true, /* Invert the horizontal scroll direction by uncommenting this line. */
23
zoomKey: 'ctrlKey',
24
maxHeight: 400,
0 commit comments