Standardize animation durations
This commit is contained in:
@@ -85,7 +85,7 @@ HColumnLayout {
|
||||
x: roomSidePane.activeView ? 0 : roomSidePane.width
|
||||
|
||||
Behavior on x {
|
||||
NumberAnimation { duration: 120 }
|
||||
NumberAnimation { duration: HStyle.animationDuration }
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -79,7 +79,10 @@ HRectangle {
|
||||
}
|
||||
|
||||
Behavior on Layout.preferredWidth {
|
||||
NumberAnimation { id: buttonsAnimation; duration: 120 }
|
||||
NumberAnimation {
|
||||
id: buttonsAnimation
|
||||
duration: HStyle.animationDuration
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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