Firefox/Projects/Perception of Performance: Difference between revisions

Line 27: Line 27:


We're using three integer preferences to modify scroll wheel behavior:
We're using three integer preferences to modify scroll wheel behavior:
* '''scrollwheel.withnokey.numlines''' (default=6)
* '''mousewheel.withnokey.numlines''' (default=6)
** The number of lines the page moves with one click of the scroll wheel.  
** The number of lines the page moves with one click of the scroll wheel.  
** This pref is used to determine a scroll delta before acceleration computations are applied.
** This pref is used to determine a scroll delta before acceleration computations are applied.
* '''scrollwheel.acceleration.start''' (default=3)
* '''mousewheel.acceleration.start''' (default=3)
** The scroll wheel click number at which acceleration begins to take effect.
** The scroll wheel click number at which acceleration begins to take effect.
* '''scrollwheel.acceleration.factor''' (default=10)
* '''mousewheel.acceleration.factor''' (default=10)
** The multiplicative factor used to scale constant acceleration.
** The multiplicative factor used to scale constant acceleration.


63

edits