bar: media indicator

This commit is contained in:
end-4
2025-04-11 14:54:22 +02:00
parent 3bb67a9a4f
commit d9ed5434ac
7 changed files with 262 additions and 16 deletions
+1 -2
View File
@@ -27,13 +27,12 @@ Rectangle {
anchors.centerIn: parent
Rectangle {
implicitWidth: (isCharging ? boltIcon.width : 0) - rowLayout.spacing
implicitWidth: (isCharging ? boltIcon.width : 0)
Behavior on implicitWidth {
NumberAnimation {
duration: Appearance.animation.elementDecel.duration
easing.type: Appearance.animation.elementDecel.type
easing.bezierCurve: Appearance.animation.elementDecel.bezierCurve
}
}