From d48cd777f7c54f64e98a46cb73ddd35787e707b3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 May 2025 21:48:06 +0800 Subject: drawers: change anim durations --- modules/osd/Wrapper.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/osd') diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml index 689f58c..d2564ef 100644 --- a/modules/osd/Wrapper.qml +++ b/modules/osd/Wrapper.qml @@ -30,7 +30,7 @@ Item { NumberAnimation { target: root property: "implicitWidth" - duration: Appearance.anim.durations.normal + duration: Appearance.anim.durations.expressiveFastSpatial easing.type: Easing.BezierSpline easing.bezierCurve: Appearance.anim.curves.expressiveFastSpatial } -- cgit v1.2.3-freya