shell+hl: adjust workspace move curve

Looks a lot better on the bar and overlay.
This commit is contained in:
outfoxxed 2025-01-20 14:00:53 -08:00
parent 789228079c
commit b73b476c68
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 8 additions and 7 deletions

View file

@ -21,15 +21,15 @@ Singleton {
Behavior on lockSlide {
NumberAnimation {
duration: 600
duration: 500
easing.type: Easing.BezierSpline
easing.bezierCurve: [0.0, 0.75, 0.15, 1.0, 1.0, 1.0]
easing.bezierCurve: [0.1, 0.75, 0.15, 1.0, 1.0, 1.0]
}
}
Behavior on bkgSlide {
NumberAnimation {
duration: 600
duration: 500
easing.type: Easing.OutCirc
}
}
@ -46,7 +46,7 @@ Singleton {
Timer {
id: lockClearTimer
interval: 600
interval: 500
onTriggered: {
lock.locked = false;
lockContextLoader.active = false;