Single room list approach, account bar scrolls

This commit is contained in:
miruka
2020-04-29 14:00:02 -04:00
parent 56c09e6b48
commit fcf88209f2
13 changed files with 129 additions and 172 deletions

View File

@@ -217,7 +217,7 @@ HDrawer {
NumberAnimation {
running: doUselessThing
target: mainUI.mainPane.mainPaneList
target: mainUI.mainPane.roomList
property: "rotation"
duration: 250
from: 360
@@ -225,19 +225,4 @@ HDrawer {
loops: Animation.Infinite
onStopped: target.rotation = 0
}
NumberAnimation {
running: doUselessThing
target: mainUI.pageLoader
property: "scale"
duration: 250
from: 1
to: -1
onStopped: if (doUselessThing) {
[from, to] = [to, from]
start()
} else {
target.scale = 1
}
}
}