1.1.0 • Published 3 years ago

once-wheel v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

once-wheel

Detect a wheel event only once.

Installation

npm

$ npm install once-wheel

unpkg

<script src="https://unpkg.com/once-wheel" type="text/javascript"></script>

Usage

onceWheel(scrollDownHandler, scrollUpHandler)

function scrollDownHandler() {
  console.log('down!')
}

function scrollUpHandler() {
  console.log('Up!')
}

License

MIT

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago