diff --git a/shell/contents/lockscreen/Keypad.qml b/shell/contents/lockscreen/Keypad.qml index 0884281e..a77a0ab1 100644 --- a/shell/contents/lockscreen/Keypad.qml +++ b/shell/contents/lockscreen/Keypad.qml @@ -110,7 +110,10 @@ Item { opacity: enabled Behavior on opacity { - NumberAnimation { duration: 100 * index } + SequentialAnimation { + PauseAnimation { duration: 20 * index } + NumberAnimation { duration: 300 } + } } background: Rectangle {