Skip to content
Snippets Groups Projects
Commit 252bc848 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Adrien Béraud
Browse files

misc: remove msg send bar cursor animation

This animation is hard to notice and consumes GPU.

Change-Id: I48db6ffe37b6dc81594563ff715f2c88513f4b35
Gitlab: #710
parent 3b1201f7
No related branches found
No related tags found
No related merge requests found
......@@ -80,28 +80,6 @@ JamiFlickable {
textFormat: TextEdit.PlainText
placeholderTextColor: JamiTheme.placeholderTextColor
cursorDelegate: Rectangle {
visible: textArea.cursorVisible
color: JamiTheme.textColor
width: 1
SequentialAnimation on opacity {
loops: Animation.Infinite
running: textArea.cursorVisible
NumberAnimation {
from: 1
to: 0
duration: JamiTheme.recordBlinkDuration
}
NumberAnimation {
from: 0
to: 1
duration: JamiTheme.recordBlinkDuration
}
}
}
background: Rectangle {
border.width: 0
color: JamiTheme.transparentColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment