summaryrefslogtreecommitdiff
path: root/config/Appearance.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 15:56:10 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 15:56:10 +0800
commit016a7c0763313d80feb347242530abfe1a5db640 (patch)
tree9dcf434188ebd1efe9e9cd69e9e7ac3a23fc503d /config/Appearance.qml
parentdashboard: animate media visualiser colour (diff)
downloadcaelestia-shell-016a7c0763313d80feb347242530abfe1a5db640.tar.gz
caelestia-shell-016a7c0763313d80feb347242530abfe1a5db640.tar.bz2
caelestia-shell-016a7c0763313d80feb347242530abfe1a5db640.zip
drawers: better show/hide anims
Use m3 expressive curves
Diffstat (limited to 'config/Appearance.qml')
-rw-r--r--config/Appearance.qml3
1 files changed, 3 insertions, 0 deletions
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<real> standard: [0.2, 0, 0, 1, 1, 1]
readonly property list<real> standardAccel: [0.3, 0, 1, 1, 1, 1]
readonly property list<real> standardDecel: [0, 0, 0, 1, 1, 1]
+ readonly property list<real> expressiveFastSpatial: [0.42, 1.67, 0.21, 0.9, 1, 1]
+ readonly property list<real> expressiveDefaultSpatial: [0.38, 1.21, 0.22, 1, 1, 1]
+ readonly property list<real> expressiveEffects: [0.34, 0.8, 0.34, 1, 1, 1]
}
component AnimDurations: QtObject {