diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 20:13:21 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 20:13:21 +0100 |
commit | c3e2e73175c39b79a15e7fc80db9777ad1ecca60 (patch) | |
tree | f92cc3f0489dc35fa4072f8400bb844e3704f9b0 /resources/qml | |
parent | Simplify Ripple effect and make it easier to use everywhere (diff) | |
download | nheko-c3e2e73175c39b79a15e7fc80db9777ad1ecca60.tar.xz |
Fix fade out of ripple
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/ui/Ripple.qml | 2 |
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 |