Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.