|
|
|
@ -102,19 +102,6 @@ Row {
@@ -102,19 +102,6 @@ Row {
|
|
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
} |
|
|
|
|
SequentialAnimation { |
|
|
|
|
id: loopAnimation |
|
|
|
|
loops: Animation.Infinite |
|
|
|
|
NumberAnimation { target: criticalMessage; property: "opacity"; duration: 1000; from: 0.25; to: 1 } |
|
|
|
|
NumberAnimation { target: criticalMessage; property: "opacity"; duration: 1000; from: 1; to: 0.25 } |
|
|
|
|
} |
|
|
|
|
onVisibleChanged: { |
|
|
|
|
if(messages.visible) { |
|
|
|
|
loopAnimation.start() |
|
|
|
|
} else { |
|
|
|
|
loopAnimation.stop() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
Item { |
|
|
|
|
anchors.fill: parent |
|
|
|
|