touch: Don't fade in first page

This commit is contained in:
Thomas Perl 2014-02-04 23:02:05 +01:00
parent 7f620cb505
commit 5559886359

View file

@ -60,8 +60,10 @@ Item {
}
Component.onCompleted: {
page.x = page.width;
fadeIn.start();
if (pgst.loadPageInProgress) {
page.x = page.width;
fadeIn.start();
}
}
}