Audiotool board archive

Horizontally Scroll the Timeline

Apollo · started 2017-09-25 00:40 · updated 2018-08-02 18:14

For users with mice that have a separate scroll wheel for horizontal scrolling, or using the shortcut Shift+Scroll to scroll horizontally, these features should be used to navigate the timeline

Comments (17)

2017-09-27 13:02 · 2017-09-27

Lol, thanks for catching that... I always get those mixed up D;

2017-09-27 13:03 · 2017-09-27

Also, I noticed that selecting now navigates the timeline, thanks for fixing it! cx

2017-09-30 06:30 · 2017-09-30

If anyone's interested in this please show your support so it can be implemented

2017-09-30 20:30 · 2017-09-30

ooh this would really help i agree

Apollo · reply
2017-09-30 20:31 · 2017-09-30

yaaaaay! c;

2017-09-30 20:32 · 2017-09-30

this along with some shortcuts for zooming in and out would drastically improve the speed i can work at

2017-10-05 10:25 · 2017-10-05

i agree

2017-10-13 13:30 · 2017-10-13

Awesome!
I did try it with Shift+Scroll, which works.
However, with the native horizontal scrolling control on my mouse, it doesn't work.
I'm using a Logitech MX Master 2S.

2017-10-13 13:33 · 2017-10-13

I'm uncertain how mapping that would work...
I did some preliminary research but I'm not sure how Audiotool handles the timeline as an element

2017-10-13 14:10 · 2017-10-13

Yes, it does work for me.
When I use the vertical scroll wheel, DeltaY changes (by 100)
When I use the horizontal scroll wheel, DeltaX changes (by 25 smoothly).

anonymous user
2017-10-13 17:48 · 2017-10-13

i didnt even know this was a thing that existed lol, this makes scrolling the timeline so much easier

2017-10-13 18:27 · 2017-10-13

@m1ndblow It wasn't until yesterday

2017-10-13 19:58 · 2017-10-13

Beautiful, it works! Thanks c;

2017-10-13 20:00 · 2017-10-13

One thing to note though, Shift+Scroll no longer works (in case users want to take advantage of this feature, but don't have access to a mouse with a horizontal scroll wheel)

2017-10-13 20:10 · 2017-10-13

I'm not sure, but usually in pages where the overflow-x property of an element is shown (say the website or something in it) I can use Shift+Scroll just fine, as though I was using the horizontal scroll wheel on my mouse (they both do the same thing)

2018-08-02 18:14 · 2018-08-02

Btw, a small tidbit on this, Chrome on Mac enables swipe navigation gestures by default that cause the page to go back when no scrollable content is available on the x axis (undermining the usefulness of this implementation). This can likely be addressed with an eventListener that prevents the default action in the browser.