summaryrefslogtreecommitdiff
path: root/modules/launcher/Wrapper.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 21:48:06 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 21:48:06 +0800
commitd48cd777f7c54f64e98a46cb73ddd35787e707b3 (patch)
tree09a55b2da74a11ec6bbefbcf2ed40576154c0a14 /modules/launcher/Wrapper.qml
parentdrawers: better show/hide anims (diff)
downloadcaelestia-shell-d48cd777f7c54f64e98a46cb73ddd35787e707b3.tar.gz
caelestia-shell-d48cd777f7c54f64e98a46cb73ddd35787e707b3.tar.bz2
caelestia-shell-d48cd777f7c54f64e98a46cb73ddd35787e707b3.zip
drawers: change anim durations
Diffstat (limited to 'modules/launcher/Wrapper.qml')
-rw-r--r--modules/launcher/Wrapper.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml
index 4507032..27f2150 100644
--- a/modules/launcher/Wrapper.qml
+++ b/modules/launcher/Wrapper.qml
@@ -28,7 +28,7 @@ Item {
NumberAnimation {
target: root
property: "implicitHeight"
- duration: Appearance.anim.durations.normal
+ duration: Appearance.anim.durations.expressiveDefaultSpatial
easing.type: Easing.BezierSpline
easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
}