ponywheel
v0.1.2
Published
Mousewheel for touch devices
Downloads
4
Readme
ponywheel
Mousewheel for touch devices
npm install ponywheel
Usage
const ponyWheel = new PonyWheel(
{
rootNode: document.body,
eventTarget: window
});
ponyWheel.init()
window.addEventListener('ponywheel',(e)=> {
console.log(e.detail) // => mousewheel.e
})
// ponyWheel.destroy()