From c43e98945970886d86de8380440c7f5239221ba4 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 10 Jun 2021 09:00:36 +0200 Subject: [PATCH] 5s is too much --- src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.elm b/src/Main.elm index 3aa69d9..519b1f6 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -185,7 +185,7 @@ video model = bar = animatedEl - (if model.animationFrame < 5000 then + (if model.animationFrame < 3000 then fadeIn else