Single room list approach, account bar scrolls
This commit is contained in:
		@@ -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
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user