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