1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

FrameAnimation instead of timer

This commit is contained in:
bbedward
2025-09-15 15:25:27 -04:00
parent 77ea6a9372
commit 5186afce06
+1 -3
View File
@@ -63,10 +63,8 @@ Item {
onAudioLevelsChanged: updatePath()
Timer {
FrameAnimation {
running: morphingBlob.visible
interval: 16
repeat: true
onTriggered: morphingBlob.updatePath()
}