halve lock screen wave animation duration to 3s

This commit is contained in:
Damocles 2026-04-18 12:59:12 +02:00
parent e034b2085b
commit c55ddd95b5

View file

@ -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 {