mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
lockscreen: Use consistent keypad fade-in animation
This commit is contained in:
parent
0b8b51d2fc
commit
642392366b
1 changed files with 4 additions and 1 deletions
|
|
@ -110,7 +110,10 @@ Item {
|
|||
|
||||
opacity: enabled
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: 100 * index }
|
||||
SequentialAnimation {
|
||||
PauseAnimation { duration: 20 * index }
|
||||
NumberAnimation { duration: 300 }
|
||||
}
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
|
|
|
|||
Loading…
Reference in a new issue