Skip to content
Snippets Groups Projects
Verified Commit c3e2e731 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix fade out of ripple

parent 1c83ce1e
No related branches found
No related tags found
No related merge requests found
Pipeline #2462 failed
......@@ -110,7 +110,7 @@ Item {
NumberAnimation {
id: opacity_animation
target: ripple
target: circle
properties: "opacity"
to: 0
duration: ripple.opacityAnimationDuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment