diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 92ed05b72..fd73bf1b7 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -44,7 +44,7 @@ const PAGE_INDICATOR_FADE_TIME = 200; const PAGE_PREVIEW_RATIO = 0.20; const OVERSHOOT_THRESHOLD = 20; -const OVERSHOOT_TIMEOUT = 300; +const OVERSHOOT_TIMEOUT = 1000; const DELAYED_MOVE_TIMEOUT = 200;