hamsterjs

v1.1.3
A standalone javascript library for cross-browser mouse wheel support.
hamster hamsterjs mousewheel mouse wheel

Hamster.js

A standalone javascript library for cross-browser mouse wheel support.

See it in action.

Usage

The event callback receives 3 extra arguments which are the normalized “deltas” of the mouse wheel.

var hamster = Hamster(el);

hamster.wheel(function(event, delta, deltaX, deltaY){
  console.log(delta, deltaX, deltaY);
});

// destroy
hamster.unwheel();

Support

No jQuery or other libraries required, but an adapter for AngularJS is available.

Tested in these core browsers.

Install

bower install hamsterjs

Demo

monospaced.github.io/hamster.js

Reference

npm i hamsterjs

Metadata

  • MIT
  • Whatever
  • Scott Boyle
  • released 2/22/2018

Downloads