Scrolling a Section horizontally

I am trying to replicate the horizontal scroll effect as seen @ 99designs

See how the image gallery on the homepage section follow the mouse to scroll to the left or right. Is this possible in webflow? And how can I achieve this.

That interaction is actually very confusing! Even when you hover to the right it only shows one more instead of continuing to scroll. It seems like a slider would fit that UX behavior better.

In Webflow you can’t currently affect scrolling behavior on scroll. I’m sure you can do it with jquery somehow.

Example: jQuery plugin to continually horizontally scroll on mouseover - Stack Overflow
Example: jquery - Horizontal scroll with hover and drag support - Stack Overflow

(Both seem kinda buggy though…and not sure how it would work on mobile…sooo up to you).