1

Is there a way to stop mousewheel on the whole body, after an animation starts on wheel?

Like this:

body.addEventListener('wheel', function(e) {
  e.preventDefault()
  // ...then do the animation here
}
Hejha
  • 29
  • 1
  • 7

0 Answers0