aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-19 11:44:20 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-24 15:53:14 -0800
commitb83dcc4b2543d6c33a665c5e3b18c2d088635b52 (patch)
tree22d8582385416d742e24d5a89b1d131692c17f70 /mobile-widgets/qml/DiveList.qml
parent4687de8c8272e43f962679ba4b5d9990c3ce3789 (diff)
downloadsubsurface-b83dcc4b2543d6c33a665c5e3b18c2d088635b52.tar.gz
mobile UI/login: make divelist a proper object in main
Instanciate DiveList like all the other pages. Move DiveList properties set in main to DiveList.qml Signed-off-by: Jan Iversen <jani@apache.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 0b3f40ade..7b441b521 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -20,6 +20,14 @@ Kirigami.ScrollablePage {
property QtObject diveListModel: diveTripModel
property string numShownText
+ opacity: 0
+ Behavior on opacity {
+ NumberAnimation {
+ duration: 200
+ easing.type: Easing.OutQuad
+ }
+ }
+
supportsRefreshing: true
onRefreshingChanged: {
if (refreshing) {