Remove hover animation from listitems

Removing hover animations from listitems makes them feel more responsive
This commit is contained in:
Jan Blackquill 2020-12-21 18:15:58 -05:00
parent bb714f8f28
commit b92744aaea

View File

@ -24,7 +24,6 @@ PlasmaCore.FrameSvgItem {
prefix: "hover" prefix: "hover"
anchors.fill: parent anchors.fill: parent
opacity: control.hovered && !control.pressed ? 1 : 0 opacity: control.hovered && !control.pressed ? 1 : 0
Behavior on opacity { NumberAnimation { duration: units.veryShortDuration } }
} }
PlasmaCore.SvgItem { PlasmaCore.SvgItem {