slightly better slide out animation, still not perfect
This commit is contained in:
parent
6a45ac2de5
commit
01aaeae527
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user