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 --- config/Appearance.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/Appearance.qml') diff --git a/config/Appearance.qml b/config/Appearance.qml index 633f273..fafca05 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -62,6 +62,9 @@ Singleton { readonly property list standard: [0.2, 0, 0, 1, 1, 1] readonly property list standardAccel: [0.3, 0, 1, 1, 1, 1] readonly property list standardDecel: [0, 0, 0, 1, 1, 1] + readonly property list expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1] + readonly property list expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1] + readonly property list expressiveEffects: [0.34, 0.8, 0.34, 1, 1, 1] } component AnimDurations: QtObject { -- cgit v1.2.3-freya