HNumberAnimation component for standard duration

This commit is contained in:
miruka
2019-07-06 17:42:04 -04:00
parent 7b92264ef6
commit 6db870a372
13 changed files with 24 additions and 44 deletions

View File

@@ -6,9 +6,7 @@ HColumnLayout {
property bool collapsed: false
property int normalSpacing: collapsed ? 0 : 8
Behavior on normalSpacing {
NumberAnimation { duration: HStyle.animationDuration }
}
Behavior on normalSpacing { HNumberAnimation {} }
HListView {
id: memberList