From 98647d11f3cf34001c5d31abb54afcb194a45f59 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 5 May 2025 23:47:58 +0200 Subject: [PATCH] make tag buttons feel faster --- .config/quickshell/modules/sidebarLeft/Anime.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/quickshell/modules/sidebarLeft/Anime.qml b/.config/quickshell/modules/sidebarLeft/Anime.qml index f86801ba5..7da4f639d 100644 --- a/.config/quickshell/modules/sidebarLeft/Anime.qml +++ b/.config/quickshell/modules/sidebarLeft/Anime.qml @@ -320,14 +320,7 @@ Item { tagButton.down ? Appearance.colors.colLayer2Active : tagButton.hovered ? Appearance.colors.colLayer2Hover : Appearance.colors.colLayer2 - - Behavior on color { - ColorAnimation { - duration: Appearance.animation.elementMove.duration - easing.type: Appearance.animation.elementMove.type - easing.bezierCurve: Appearance.animation.elementMove.bezierCurve - } - } + } contentItem: RowLayout { spacing: 5