Fix fade out of ripple

pull/899/head
Nicolas Werner 3 years ago
parent 1c83ce1e79
commit c3e2e73175
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      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

Loading…
Cancel
Save