erosson / ch2plan

Clicker Heroes 2 skill tree planner
https://ch2.erosson.org
GNU General Public License v3.0
4 stars 3 forks source link

Normalize zoom speed across browsers #26

Closed Judgy53 closed 6 years ago

Judgy53 commented 6 years ago

Almost every browser gives a different delta on mousewheel events. This resulted in a very unsmooth zoom in chrome (Windows), safari (Windows) and IE.

This PR fixes this issue by normalizing the value. The resulting speed might need some tweaking (currently 2.5 times faster than buttons)

erosson commented 6 years ago

LGTM. Thanks!