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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue