From 7275f020f168eb3c4609ed981220e33329882e01 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 19 Jan 2022 19:30:11 +0100 Subject: [PATCH] Fixed the gamelist fade-in animation which was too slow. --- es-app/src/views/GamelistView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/views/GamelistView.cpp b/es-app/src/views/GamelistView.cpp index 58c8509c5..c48332683 100644 --- a/es-app/src/views/GamelistView.cpp +++ b/es-app/src/views/GamelistView.cpp @@ -13,7 +13,7 @@ #include "animations/LambdaAnimation.h" #define FADE_IN_START_OPACITY 0.5f -#define FADE_IN_TIME 650 +#define FADE_IN_TIME 325 GamelistView::GamelistView(FileData* root) : GamelistBase {root}