lock: better unlock anim

This commit is contained in:
2 * r + 2 * t 2025-08-11 00:19:30 +10:00
parent 5a8cbccd49
commit ba21571c64

View file

@ -45,6 +45,13 @@ WlSessionLockSurface {
property: "radius" property: "radius"
to: lockBg.size / 4 to: lockBg.size / 4
} }
Anim {
target: content
property: "centerScale"
to: 0
duration: Appearance.anim.durations.expressiveDefaultSpatial
easing.bezierCurve: Appearance.anim.curves.expressiveDefaultSpatial
}
Anim { Anim {
target: content target: content
property: "opacity" property: "opacity"