From 316917c97e968218299f52e12a9d8487fc2e687e Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Tue, 30 May 2023 17:31:25 +0200 Subject: [PATCH] Changed loading/current animation to 12 -> 8s --- src/lib/components/BrewProgress.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/BrewProgress.svelte b/src/lib/components/BrewProgress.svelte index c63abf4..b2108de 100644 --- a/src/lib/components/BrewProgress.svelte +++ b/src/lib/components/BrewProgress.svelte @@ -120,7 +120,7 @@ ); background-size: 150px 150px; - animation: move-it 12s linear infinite; + animation: move-it 8s linear infinite; } @keyframes move-it {