From b92744aaea595f1122aae51c20758765717f8d9b Mon Sep 17 00:00:00 2001 From: Jan Blackquill Date: Mon, 21 Dec 2020 18:15:58 -0500 Subject: [PATCH] Remove hover animation from listitems Removing hover animations from listitems makes them feel more responsive --- .../plasmacomponents3/private/DefaultListItemBackground.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/declarativeimports/plasmacomponents3/private/DefaultListItemBackground.qml b/src/declarativeimports/plasmacomponents3/private/DefaultListItemBackground.qml index 9d24018d9..6b80e10e1 100644 --- a/src/declarativeimports/plasmacomponents3/private/DefaultListItemBackground.qml +++ b/src/declarativeimports/plasmacomponents3/private/DefaultListItemBackground.qml @@ -24,7 +24,6 @@ PlasmaCore.FrameSvgItem { prefix: "hover" anchors.fill: parent opacity: control.hovered && !control.pressed ? 1 : 0 - Behavior on opacity { NumberAnimation { duration: units.veryShortDuration } } } PlasmaCore.SvgItem {