Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pref] Cleanup async pan zoom preferences
  • Loading branch information
rainemak committed Nov 3, 2015
1 parent 6a24cd2 commit d7a85af
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions embedding/embedlite/embedding.js
Expand Up @@ -53,13 +53,8 @@ pref("layers.max-active", 20);
// APZC preferences.

pref("apz.asyncscroll.throttle", 15);
pref("apz.y_skate_size_multiplier", "4.5f");
pref("apz.y_stationary_size_multiplier", "4.5f");
pref("apz.max_event_acceleration", "12.0f");
pref("apz.acceleration_multiplier", "1.125f");
pref("apz.fling_friction", "0.00345f");
pref("apz.min_skate_speed", "10.0f");
pref("apz.axis_lock_mode", 2);
pref("apz.fling_accel_base_mult", "1.125f");
pref("apz.min_skate_speed", "1.0f");

// Gaia relies heavily on scroll events for now, so lets fire them
// more often than the default value (100).
Expand Down

0 comments on commit d7a85af

Please sign in to comment.