fix(workspace): showApp simpler anims

This commit is contained in:
Lemmy
2026-04-01 20:03:57 -04:00
parent ac5ff31db3
commit b06b1d91f6
+5 -5
View File
@@ -731,14 +731,14 @@ Item {
Behavior on width {
NumberAnimation {
duration: Style.animationNormal
easing.type: Easing.OutBack
duration: Style.animationFast
easing.type: Easing.OutCubic
}
}
Behavior on height {
NumberAnimation {
duration: Style.animationNormal
easing.type: Easing.OutBack
duration: Style.animationFast
easing.type: Easing.OutCubic
}
}
@@ -985,7 +985,7 @@ Item {
Behavior on scale {
NumberAnimation {
duration: Style.animationFast
easing.type: Easing.OutBack
easing.type: Easing.OutCubic
easing.overshoot: 1.2
}
}