summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-02 20:13:21 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-02 20:13:21 +0100
commitc3e2e73175c39b79a15e7fc80db9777ad1ecca60 (patch)
treef92cc3f0489dc35fa4072f8400bb844e3704f9b0
parentSimplify Ripple effect and make it easier to use everywhere (diff)
downloadnheko-c3e2e73175c39b79a15e7fc80db9777ad1ecca60.tar.xz
Fix fade out of ripple
-rw-r--r--resources/qml/ui/Ripple.qml2
1 files changed, 1 insertions, 1 deletions
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