bar: don't animate circprogs (#1570)

This commit is contained in:
end-4
2025-07-23 08:57:33 +07:00
parent 3b5a674409
commit 3d5ed9401c
4 changed files with 5 additions and 0 deletions
@@ -18,6 +18,7 @@ Item {
property real gapAngle: Math.PI / 9
property bool fill: false
property int fillOverflow: 2
property bool enableAnimation: true
property int animationDuration: 1000
property var easingType: Easing.OutCubic
@@ -83,6 +84,7 @@ Item {
}
Behavior on degree {
enabled: root.enableAnimation
NumberAnimation {
duration: root.animationDuration
easing.type: root.easingType