Fix fade out of ripple
This commit is contained in:
parent
1c83ce1e79
commit
c3e2e73175
@ -110,7 +110,7 @@ Item {
|
|||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
id: opacity_animation
|
id: opacity_animation
|
||||||
|
|
||||||
target: ripple
|
target: circle
|
||||||
properties: "opacity"
|
properties: "opacity"
|
||||||
to: 0
|
to: 0
|
||||||
duration: ripple.opacityAnimationDuration
|
duration: ripple.opacityAnimationDuration
|
||||||
|
Loading…
Reference in New Issue
Block a user