Fix transparent bar contrast timing

This commit is contained in:
David Heinemeier Hansson
2026-05-27 12:36:45 +02:00
parent 9f81a65732
commit 419cd37e14
6 changed files with 260 additions and 7 deletions
+1
View File
@@ -83,6 +83,7 @@ Item {
verticalAlignment: Text.AlignVCenter
Behavior on color {
enabled: !root.bar || root.bar.foregroundAnimationEnabled
ColorAnimation { duration: 160 }
}
}