From 016a7c0763313d80feb347242530abfe1a5db640 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 May 2025 15:56:10 +0800 Subject: drawers: better show/hide anims Use m3 expressive curves --- modules/notifications/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications/Content.qml') diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 341d66e..6e5e095 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -102,6 +102,6 @@ Item { component Anim: NumberAnimation { duration: Appearance.anim.durations.normal easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard + easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial } } -- cgit v1.2.3-freya