Animate TypingMembersBar
This commit is contained in:
parent
388967c737
commit
7b92264ef6
|
@ -5,9 +5,13 @@ import "../Base"
|
||||||
HRectangle {
|
HRectangle {
|
||||||
property alias label: typingLabel
|
property alias label: typingLabel
|
||||||
|
|
||||||
|
color: HStyle.chat.typingMembers.background
|
||||||
implicitWidth: childrenRect.width
|
implicitWidth: childrenRect.width
|
||||||
implicitHeight: typingLabel.text ? childrenRect.height : 0
|
implicitHeight: typingLabel.text ? childrenRect.height : 0
|
||||||
color: HStyle.chat.typingMembers.background
|
|
||||||
|
Behavior on implicitHeight {
|
||||||
|
NumberAnimation { duration: HStyle.animationDuration }
|
||||||
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user