Remove hover animation from listitems
Removing hover animations from listitems makes them feel more responsive
This commit is contained in:
parent
bb714f8f28
commit
b92744aaea
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user