1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

FrameAnimation instead of timer

This commit is contained in:
bbedward
2025-09-15 15:25:27 -04:00
parent 77ea6a9372
commit 5186afce06

View File

@@ -63,10 +63,8 @@ Item {
onAudioLevelsChanged: updatePath() onAudioLevelsChanged: updatePath()
Timer { FrameAnimation {
running: morphingBlob.visible running: morphingBlob.visible
interval: 16
repeat: true
onTriggered: morphingBlob.updatePath() onTriggered: morphingBlob.updatePath()
} }