joelmukuthu / angular-snapscroll

Vertical scroll-and-snap functionality in angular
http://joelmukuthu.github.io/angular-snapscroll/
MIT License
56 stars 18 forks source link

horizontal scrolling #34

Closed edparsons closed 8 years ago

edparsons commented 8 years ago

Would it be difficult to add a feature for nest scrolling to go horizontally, rather than just vertically?

joelmukuthu commented 8 years ago

we could add an attribute as a flag that ends up setting scrollLeft instead of scrollTop here https://github.com/joelmukuthu/angular-snapscroll/blob/v0.3.1/src/services/scroll.js#L29. but how would you expect the mousewheel to work in this case?