mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix fade out of ripple
This commit is contained in:
parent
1c83ce1e79
commit
c3e2e73175
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Item {
|
|||
NumberAnimation {
|
||||
id: opacity_animation
|
||||
|
||||
target: ripple
|
||||
target: circle
|
||||
properties: "opacity"
|
||||
to: 0
|
||||
duration: ripple.opacityAnimationDuration
|
||||
|
|
Loading…
Reference in a new issue