Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszbinden/mousewheel-horizontal-scrolling
Javascript to enable scrolling horizontally using the mousewheel, cross-browser and cross-mouse device
https://github.com/lukaszbinden/mousewheel-horizontal-scrolling
horizontal-scrolling javascript jquery mousewheel
Last synced: 19 days ago
JSON representation
Javascript to enable scrolling horizontally using the mousewheel, cross-browser and cross-mouse device
- Host: GitHub
- URL: https://github.com/lukaszbinden/mousewheel-horizontal-scrolling
- Owner: lukaszbinden
- License: mit
- Created: 2018-05-31T15:46:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T10:06:32.000Z (about 6 years ago)
- Last Synced: 2024-10-26T14:35:28.441Z (2 months ago)
- Topics: horizontal-scrolling, javascript, jquery, mousewheel
- Language: CSS
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mousewheel-horizontal-scrolling
jQuery based solution to enable/disable scrolling horizontally using the mousewheel, cross-browser and cross-mouse device.## Features
* enables horizontal scrolling if window size > 1024px, disables it if window size <= 1024px
* i.e. horizontal scrolling is activated only for larger desktop based browsers while for small mobile devices it is disabled
* uses jQuery mousewheel plugin
* See https://github.com/jquery/jquery-mousewheel## Example
See http://kinema-film.ch/ for an example use.