Bug 1229839 - Adjust some fling physics prefs based on UX feedback. r=snorp

This commit is contained in:
Kartikaya Gupta 2016-01-06 10:36:29 -05:00
parent 341c0cde42
commit 30ad396652

View File

@ -576,7 +576,8 @@ pref("apz.fling_curve_function_y1", "0.0");
pref("apz.fling_curve_function_x2", "0.80");
pref("apz.fling_curve_function_y2", "1.0");
pref("apz.fling_curve_threshold_inches_per_ms", "0.01");
pref("apz.fling_friction", "0.0019");
pref("apz.fling_friction", "0.004");
pref("apz.fling_stopped_threshold", "0.1");
pref("apz.max_velocity_inches_per_ms", "0.07");
#endif