mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
homescreen: Don't animate after unlock
KWin appears to freeze frames prior to locking, and so this animation looks very glitchy and jittery. It also causes problems if apps are already activated. Remove it for now so that it's smoother.
This commit is contained in:
parent
29f387bb57
commit
29f014ad04
1 changed files with 0 additions and 13 deletions
|
|
@ -133,19 +133,6 @@ Item {
|
|||
|
||||
//END API implementation
|
||||
|
||||
Connections {
|
||||
target: MobileShellState.LockscreenDBusClient
|
||||
|
||||
function onLockscreenLocked() {
|
||||
itemContainer.zoomOut();
|
||||
}
|
||||
|
||||
function onLockscreenUnlocked() {
|
||||
// run zoom animation after login
|
||||
itemContainer.zoomIn();
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// determine the margins used
|
||||
evaluateMargins();
|
||||
|
|
|
|||
Loading…
Reference in a new issue