mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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 {
|
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 a new issue