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"
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user