0.1.2 • Published 10 years ago

ponywheel v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago