Home › Forums › JavaScript › Check your scroll rate here › Reply To: Check your scroll rate here
June 26, 2015 at 5:54 pm
#204256
Participant
With the note that IE and webkit browsers are completely linear (so each mousewheel turn increases scrolling by the exact same amount) while with Mozilla just the pixel value is linear and time decreases with about a factor 0.85 with each additional turn (so a single scroll actually takes longer than multiple). The curve very much looks like swing
by the way (had a look plotting it on a canvas). Nerdy stuff and merely informative…