Fix fade out of ripple

This commit is contained in:
Nicolas Werner 2022-01-02 20:13:21 +01:00
parent 1c83ce1e79
commit c3e2e73175
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Item {
NumberAnimation {
id: opacity_animation
target: ripple
target: circle
properties: "opacity"
to: 0
duration: ripple.opacityAnimationDuration