Languages
[Edit]
EN

JavaScript - change mouse wheel speed

7 points
Created by:
Jun-L
963

In this short article, we would like to show how to change default mouse wheel speed affecting to scroll speed using pure JavaScript.

The solution uses the following steps:

  1. handles mouse wheel event,
  2. prevents default wheel action,
  3. multiply scroll delta by the coefficient,
  4. calculates and uses a new scroll position. 

Example solution:

 

Practical example

Edit

 

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join