diff --git a/src/declarativeimports/plasmastyle/ScrollViewStyle.qml b/src/declarativeimports/plasmastyle/ScrollViewStyle.qml index 8c1b681ac..accea15bf 100644 --- a/src/declarativeimports/plasmastyle/ScrollViewStyle.qml +++ b/src/declarativeimports/plasmastyle/ScrollViewStyle.qml @@ -143,6 +143,13 @@ QtQuickControlStyle.ScrollViewStyle { prefix: styleData.horizontal ? "background-horizontal" : "background-vertical" implicitWidth: widthHint colorGroup: PlasmaCore.ColorScope.colorGroup + opacity: styleData.hovered ? 1 : 0 + Behavior on opacity { + NumberAnimation { + duration: units.longDuration + easing.type: Easing.InOutQuad + } + } } handle: PlasmaCore.FrameSvgItem {