workspace-pill: color animation tweak

This commit is contained in:
Lemmy
2026-01-27 23:06:34 -05:00
parent 747cd8c0d6
commit 010df90dca
+9 -1
View File
@@ -133,6 +133,14 @@ Item {
return colorMap[occupiedColor][1];
return colorMap[emptyColor][1];
}
Behavior on color {
enabled: !Color.isTransitioning
ColorAnimation {
duration: Style.animationFast
easing.type: Easing.InOutQuad
}
}
}
}
}
@@ -148,7 +156,7 @@ Item {
enabled: !Color.isTransitioning
ColorAnimation {
duration: Style.animationFast
easing.type: Easing.InOutCubic
easing.type: Easing.InOutQuad
}
}
Behavior on opacity {