1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Make RippleEffect orange

This commit is contained in:
Elias 2019-06-13 18:03:55 +02:00
parent 3e22d3f8d8
commit 1032e034eb

View File

@ -12,7 +12,7 @@ Item {
anchors.fill: parent
property alias radius: mask.radius
property color color: "#de000000"
property color color: "orange"
property var target
property int duration: 600
@ -77,7 +77,7 @@ Item {
NumberAnimation {
target: ink
property: "opacity"
from: 0.25
from: 0.8
to: 0
duration: control.duration
}