From b66baf5e77bdcdf6b377abfee774cc433b05ea70 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 29 May 2024 07:27:26 -0700 Subject: [PATCH] slightly lengthen animation --- ui/browsing/nowplayingpage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/browsing/nowplayingpage.go b/ui/browsing/nowplayingpage.go index 5b09e9e..d8791d1 100644 --- a/ui/browsing/nowplayingpage.go +++ b/ui/browsing/nowplayingpage.go @@ -281,7 +281,7 @@ func (a *NowPlayingPage) onImageLoaded(img image.Image, err error) { evenFrame := true anim := canvas.NewColorRGBAAnimation( - a.background.StartColor, c, 50*time.Millisecond, func(c color.Color) { + a.background.StartColor, c, 75*time.Millisecond, func(c color.Color) { // reduce fps to reduce mem allocations if evenFrame { a.background.StartColor = c