This commit is contained in:
2025-10-13 02:20:40 +02:00
parent 8b2cb792ff
commit 6c46193cf2
7 changed files with 52 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ Scope {
Behavior on color {
ColorAnimation {
duration: 1000
duration: Style.animationSlowest
easing.type: Easing.InOutCubic
}
@@ -68,7 +68,7 @@ Scope {
Behavior on color {
ColorAnimation {
duration: 1000
duration: Style.animationSlowest
easing.type: Easing.InOutCubic
}
@@ -234,14 +234,6 @@ Scope {
Caffeine.manualToggle();
}
Behavior on buttonColor {
ColorAnimation {
duration: 500
easing.type: Easing.InOutCubic
}
}
}
SymbolButton {