lockscreen: Use consistent keypad fade-in animation

This commit is contained in:
Devin Lin 2024-07-24 00:02:44 -04:00
parent 0b8b51d2fc
commit 642392366b

View file

@ -110,7 +110,10 @@ Item {
opacity: enabled opacity: enabled
Behavior on opacity { Behavior on opacity {
NumberAnimation { duration: 100 * index } SequentialAnimation {
PauseAnimation { duration: 20 * index }
NumberAnimation { duration: 300 }
}
} }
background: Rectangle { background: Rectangle {