Skip to content

Commit

Permalink
[sailfish-browser] Add conditional orientation change fading for tool…
Browse files Browse the repository at this point in the history
…bar. Fixes JB#14913
  • Loading branch information
Raine Makelainen committed Jan 20, 2014
1 parent eac9b86 commit 60811e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/BrowserPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Page {
duration: 150
}
FadeAnimation {
target: controlArea
target: !fullscreenMode ? controlArea : null
to: 0
duration: 150
}
Expand All @@ -287,7 +287,7 @@ Page {
}
}
FadeAnimation {
target: controlArea
target: !fullscreenMode ? controlArea : null
to: 1
duration: 150
}
Expand Down

0 comments on commit 60811e7

Please sign in to comment.