From f4672df2e00a39486cc4188cd2eb960efde38420 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 3 Nov 2025 08:27:49 -0500 Subject: [PATCH] ControlCenter: Fix laggy opening due to spinning disc --- Modules/ControlCenter/Cards/MediaCard.qml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Modules/ControlCenter/Cards/MediaCard.qml b/Modules/ControlCenter/Cards/MediaCard.qml index 0138a859..d8725fb2 100644 --- a/Modules/ControlCenter/Cards/MediaCard.qml +++ b/Modules/ControlCenter/Cards/MediaCard.qml @@ -62,7 +62,6 @@ NBox { border.width: 1 radius: Style.radiusM } - //} // Background visualizer on top of the artwork Loader { @@ -248,7 +247,7 @@ NBox { duration: index * 600 } NumberAnimation { - from: 0.5 + from: 0.6 to: 1.2 duration: 2000 easing.type: Easing.OutQuad @@ -263,14 +262,6 @@ NBox { icon: "disc" pointSize: Style.fontSizeXXXL * 3 color: Color.mOnSurfaceVariant - - RotationAnimator on rotation { - from: 0 - to: 360 - duration: 8000 - loops: Animation.Infinite - running: true - } } }