Dock: GPU optimization save 6% GPU continuously due to pulsating dot below the active icon.

This commit is contained in:
ItsLemmy
2025-11-08 23:50:36 -05:00
parent 9cd25c93d3
commit 0b8a156b3d
-16
View File
@@ -566,22 +566,6 @@ Loader {
radius: Style.radiusXS
anchors.top: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
// Pulse animation for active indicator
SequentialAnimation on opacity {
running: isActive
loops: Animation.Infinite
NumberAnimation {
to: 0.6
duration: Style.animationSlowest
easing.type: Easing.InOutQuad
}
NumberAnimation {
to: 1.0
duration: Style.animationSlowest
easing.type: Easing.InOutQuad
}
}
}
}
}