Scrub video on mouseWheel

Hello everyone,
I tried to scrub a video with the mouse wheel. It works great on safari but on other browsers (chrome for example) very bad. Any suggestions?video.zip (1.5 MB)

Seems ok here on Chrome Mac v80.xx / PC v72.xx

thanks,
I have tested on old Macs from 2012 and 2013 with integrated video card (Intel), maybe that’s the problem …

Unfortunately every browser handles the scrolling event differently, so you will get different performance from different browsers. Also, some people use scroll wheels (on desktop) and some will use trackpads to scroll, so the actual distance travelled (event.wheelDelta) will be different for each.