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 {
|
NumberAnimation {
|
||||||
from: -fx._waveMargin
|
from: -fx._waveMargin
|
||||||
to: fx.width + fx._waveMargin
|
to: fx.width + fx._waveMargin
|
||||||
duration: 6000
|
duration: 3000
|
||||||
easing.type: Easing.InOutSine
|
easing.type: Easing.InOutSine
|
||||||
}
|
}
|
||||||
PauseAnimation {
|
PauseAnimation {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue