From 0914c464454c960ebe679fd721599494c5376379 Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Thu, 10 Dec 2015 13:47:45 +0300 Subject: [PATCH] Tuned kinetic scroll braking --- drape_frontend/kinetic_scroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drape_frontend/kinetic_scroller.cpp b/drape_frontend/kinetic_scroller.cpp index 571ec46602..3739f8a214 100644 --- a/drape_frontend/kinetic_scroller.cpp +++ b/drape_frontend/kinetic_scroller.cpp @@ -8,8 +8,8 @@ namespace df { -double const kKineticDuration = 0.6; -double const kKineticFadeoff = 1.5; +double const kKineticDuration = 1.5; +double const kKineticFadeoff = 4.0; double const kKineticThreshold = 50.0; double const kKineticAcceleration = 0.4; double const kKineticMaxSpeedStart = 1000.0; // pixels per second