Standardize animation durations

This commit is contained in:
miruka
2019-05-14 15:15:10 -04:00
parent 20f8e83a01
commit 2a687f8eee
11 changed files with 23 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ HColumnLayout {
bottomMargin: topMargin
Behavior on spacing {
NumberAnimation { duration: 120 }
NumberAnimation { duration: HStyle.animationDuration }
}
model: chatPage.roomInfo.members