Open RoboVij opened 1 year ago
Ah! Just realised that I'm using the code from one of your forks which wasn't updated. But even after using your updated code, there's still some issue. The zooming experience in Firefox isn't as smooth as Chrome. At smoothSensitivity: 0.25
it struggles to barely even move. smoothSensitivity: 3
is usable but not giving a smooth experience
Zooming in/out with mousewheel doesnt seem to work in Firefox. No problem in Chrome, Edge. Your Demo works fine and my project without this plugin works fine.
I placed your SmoothWheelZoom.js file in my
src
directory and imported in my file.@mutsuyuki Any suggestions?