donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
258 stars 32 forks source link

[Feature request] Scroll one direction at a time #91

Closed PixsaOJ closed 3 years ago

PixsaOJ commented 3 years ago

It would be nice if user could scroll in one direction at a time instead of free panning.

For example, I had to use dragscroll with pass to make this work on mobile. I wanted to skip the slider but also able to horizontally scroll it. Now, when I scroll down but slightly move my finger left, it looks bad, content freaks out. Maybe we could have a moving treshold as an alternative?

donmbelembe commented 3 years ago

Yes, please feel free to send a PR