lock: better unlock anim
This commit is contained in:
parent
5a8cbccd49
commit
ba21571c64
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue