hefty: bar: cleaner hover anim when in special ws

This commit is contained in:
end-4
2026-02-08 20:31:14 +01:00
parent bdf91e1d16
commit da5b8e8912
@@ -272,9 +272,12 @@ Item {
FadeLoader {
anchors.centerIn: parent
shown: wsModel.specialWorkspaceActive && root.specialBlur > 0
shown: wsModel.specialWorkspaceActive
scale: 0.8 + 0.2 * root.specialBlur
opacity: root.specialBlur
Behavior on opacity {} // Don't animate, as specialBlur is already animated
sourceComponent: Pill {
anchors.centerIn: parent
property real undirectionalWidth: root.activeWorkspaceSize