summaryrefslogtreecommitdiff
path: root/modules/lock
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 00:19:30 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 00:19:30 +1000
commitba21571c64ffc5f17f6100950b383144b5089ee7 (patch)
tree77adcfe52dd172f9036efe284a386c62e8d9ea5e /modules/lock
parentMerge branch 'main' into new-lock (diff)
downloadcaelestia-shell-ba21571c64ffc5f17f6100950b383144b5089ee7.tar.gz
caelestia-shell-ba21571c64ffc5f17f6100950b383144b5089ee7.tar.bz2
caelestia-shell-ba21571c64ffc5f17f6100950b383144b5089ee7.zip
lock: better unlock anim
Diffstat (limited to 'modules/lock')
-rw-r--r--modules/lock/LockSurface.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml
index 88bd1af..3fe44d3 100644
--- a/modules/lock/LockSurface.qml
+++ b/modules/lock/LockSurface.qml
@@ -47,6 +47,13 @@ WlSessionLockSurface {
}
Anim {
target: content
+ property: "centerScale"
+ to: 0
+ duration: Appearance.anim.durations.expressiveDefaultSpatial
+ easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
+ }
+ Anim {
+ target: content
property: "opacity"
to: 0
duration: Appearance.anim.durations.small