From 4e56dafc5954d464b13af1ac4946723fb1c4f509 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 9 Dec 2022 19:37:18 +0100 Subject: [PATCH] Made the SystemView grid animation slightly longer/slower. --- es-app/src/views/SystemView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/views/SystemView.cpp b/es-app/src/views/SystemView.cpp index e3f17aac8..3bf873d71 100644 --- a/es-app/src/views/SystemView.cpp +++ b/es-app/src/views/SystemView.cpp @@ -357,7 +357,7 @@ void SystemView::onCursorChanged(const CursorState& state) float timeDiff {1.0f}; if (mGrid != nullptr) { - animTime = 250.0f; + animTime = 300.0f; timeMin = 100.0f; }