touch: Don't fade in first page
This commit is contained in:
parent
7f620cb505
commit
5559886359
1 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,10 @@ Item {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
page.x = page.width;
|
||||
fadeIn.start();
|
||||
if (pgst.loadPageInProgress) {
|
||||
page.x = page.width;
|
||||
fadeIn.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue