0.1.2 • Published 8 years ago

ponywheel v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ponywheel

Mousewheel for touch devices

npm install ponywheel

Documentation

npm GitHub license Travis David David GitHub issues GitHub forks GitHub stars js-standard-style Standard Version Commitizen friendly

Usage

const ponyWheel = new PonyWheel(
  {
    rootNode: document.body,
    eventTarget: window
  });

ponyWheel.init()

window.addEventListener('ponywheel',(e)=> {
  console.log(e.detail) // => mousewheel.e
})

// ponyWheel.destroy()
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago