1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-10 07:25:37 -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()
Timer {
FrameAnimation {
running: morphingBlob.visible
interval: 16
repeat: true
onTriggered: morphingBlob.updatePath()
}