智慧水务管理系统 - 精河县供水工程综合管理平台
bot_dev1 85df71fc28 feat: 实现供水运营专题大屏BI可视化 4 dagar sedan
..
dist feat: 实现供水运营专题大屏BI可视化 4 dagar sedan
LICENSE feat: 实现供水运营专题大屏BI可视化 4 dagar sedan
README.md feat: 实现供水运营专题大屏BI可视化 4 dagar sedan
index.d.ts feat: 实现供水运营专题大屏BI可视化 4 dagar sedan
package.json feat: 实现供水运营专题大屏BI可视化 4 dagar sedan

README.md

Normalize Wheel

Mouse wheel normalization across multiple multiple browsers.

Original source

This code is extracted and from Facebook's Fixed Data Table. Apart from import fixes, the code is unmodified.

Usage

Just add it as an dependency in npm.

You can use it as follows:

import normalizeWheel from 'normalize-wheel-es';

document.addEventListener('mousewheel', function (event) {
    const normalized = normalizeWheel(event);

    console.log(normalized.pixelX, normalized.pixelY);
});

License

See the LICENSE file.