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 {