From ba21571c64ffc5f17f6100950b383144b5089ee7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:19:30 +1000 Subject: lock: better unlock anim --- modules/lock/LockSurface.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/lock/LockSurface.qml') 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 @@ -45,6 +45,13 @@ WlSessionLockSurface { property: "radius" to: lockBg.size / 4 } + Anim { + target: content + property: "centerScale" + to: 0 + duration: Appearance.anim.durations.expressiveDefaultSpatial + easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial + } Anim { target: content property: "opacity" -- cgit v1.2.3-freya