ActiveWindow: small improvement for fade-in

This commit is contained in:
Sighthesia
2025-10-21 20:12:39 +08:00
parent c56d1430e5
commit 49fd63502e
+1 -1
View File
@@ -69,7 +69,7 @@ Item {
Behavior on opacity {
NumberAnimation {
duration: Style.animationNormal
easing.type: Easing.OutCubic
easing.type: Easing.InOutCubic
}
}