Animate TypingMembersBar
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user