colors: smooth transitionning animation to a new scheme.

This commit is contained in:
Lemmy
2026-01-22 08:49:28 -05:00
parent b92ff12a88
commit a06b38574e
11 changed files with 219 additions and 24 deletions
+2
View File
@@ -42,6 +42,7 @@ Rectangle {
border.width: Style.borderS
Behavior on color {
enabled: !Color.isTransitioning
ColorAnimation {
duration: Style.animationFast
easing.type: Easing.InOutQuad
@@ -58,6 +59,7 @@ Rectangle {
y: Style.pixelAlignCenter(root.height, contentHeight)
Behavior on color {
enabled: !Color.isTransitioning
ColorAnimation {
duration: Style.animationFast
easing.type: Easing.InOutQuad