slightly better slide out animation, still not perfect

This commit is contained in:
Marco Martin 2012-08-07 22:52:14 +02:00
parent 6a45ac2de5
commit 01aaeae527

View File

@ -221,7 +221,7 @@ Item {
Component {
id: animationClipComponent
Item {
clip: container.pageDepth == root.depth
clip: container.pageDepth == root.depth || container.pageDepth == root.depth + 1
anchors {
top: parent.top
bottom: parent.bottom