Standardize animation durations
This commit is contained in:
@@ -16,7 +16,7 @@ HColumnLayout {
|
||||
bottomMargin: topMargin
|
||||
|
||||
Behavior on spacing {
|
||||
NumberAnimation { duration: 120 }
|
||||
NumberAnimation { duration: HStyle.animationDuration }
|
||||
}
|
||||
|
||||
model: chatPage.roomInfo.members
|
||||
|
Reference in New Issue
Block a user