waffles: taskview: fix weird close anim trajectory

This commit is contained in:
end-4
2025-12-15 09:18:55 +01:00
parent 409fc94d6e
commit f65f805fe2
@@ -44,7 +44,7 @@ Rectangle {
target: root
property: "openProgress"
to: 0
duration: 200
duration: 250
easing.type: Easing.BezierSpline
easing.bezierCurve: Looks.transition.easing.bezierCurve.easeIn
}