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:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user