From c3e2e73175c39b79a15e7fc80db9777ad1ecca60 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 2 Jan 2022 20:13:21 +0100 Subject: [PATCH] Fix fade out of ripple --- resources/qml/ui/Ripple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ui/Ripple.qml b/resources/qml/ui/Ripple.qml index 786aa351..0619d924 100644 --- a/resources/qml/ui/Ripple.qml +++ b/resources/qml/ui/Ripple.qml @@ -110,7 +110,7 @@ Item { NumberAnimation { id: opacity_animation - target: ripple + target: circle properties: "opacity" to: 0 duration: ripple.opacityAnimationDuration