halve lock screen wave animation duration to 3s
This commit is contained in:
parent
e034b2085b
commit
c55ddd95b5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Item {
|
|||
NumberAnimation {
|
||||
from: -fx._waveMargin
|
||||
to: fx.width + fx._waveMargin
|
||||
duration: 6000
|
||||
duration: 3000
|
||||
easing.type: Easing.InOutSine
|
||||
}
|
||||
PauseAnimation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue