Skip to content
Snippets Groups Projects
Commit c3c7c112 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

misc: fix some more background animations

Change-Id: Ie626cfcab08cd5ed69a0465e824238e8ce059868
Gitlab: #710
parent d11553ff
Branches
No related tags found
No related merge requests found
...@@ -34,12 +34,13 @@ Item { ...@@ -34,12 +34,13 @@ Item {
property real outerCutRadius: root.height / 2 property real outerCutRadius: root.height / 2
property int spinningAnimationDuration: 1000 property int spinningAnimationDuration: 1000
visible: mode !== SpinningAnimation.Mode.Disabled
ConicalGradient { ConicalGradient {
id: conicalGradientOne id: conicalGradientOne
anchors.fill: parent anchors.fill: parent
visible: mode !== SpinningAnimation.Mode.Disabled
angle: 0.0 angle: 0.0
gradient: Gradient { gradient: Gradient {
GradientStop { position: 0.5; color: "transparent" } GradientStop { position: 0.5; color: "transparent" }
......
...@@ -31,7 +31,7 @@ Row { ...@@ -31,7 +31,7 @@ Row {
Timer { Timer {
repeat: true repeat: true
running: true running: root.visible
interval: JamiTheme.typingDotsAnimationInterval interval: JamiTheme.typingDotsAnimationInterval
onTriggered: { onTriggered: {
......
...@@ -87,7 +87,7 @@ JamiFlickable { ...@@ -87,7 +87,7 @@ JamiFlickable {
SequentialAnimation on opacity { SequentialAnimation on opacity {
loops: Animation.Infinite loops: Animation.Infinite
running: visible running: textArea.cursorVisible
NumberAnimation { NumberAnimation {
from: 1 from: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment