Skip to content
The mouse wheel zoom (y axis).
CoffeeScript Makefile
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
.npmignore
Makefile
Readme.md
bower.json
package.json
wheelzoom.coffee
wheelzoom.js
wheelzoom.min.js

Readme.md

wheelzoom.js

The mouse wheel zoom (y axis).

Usage

Download this and wheelevent.js, or install by

bower install wheelzoom.js

then

<script src="wheelevent.js"></script>
<script src="wheelzoom.js"></script>
<script>
window.onload = function(){
  var target = document.getElementById('target');
  var parent = target.parentNode;
  wheelzoom(target, parent); // parent is optional; default = target.parentNode
};
</script>

Compatibility

  • IE5+(checked by IE11 emulate)
  • Firefox
  • Google Chrome

License

(C) 2015 Narazaka : Licensed under The MIT License - http://narazaka.net/license/MIT?2015

Something went wrong with that request. Please try again.