slightly better slide out animation, still not perfect
This commit is contained in:
parent
6a45ac2de5
commit
01aaeae527
@ -221,7 +221,7 @@ Item {
|
|||||||
Component {
|
Component {
|
||||||
id: animationClipComponent
|
id: animationClipComponent
|
||||||
Item {
|
Item {
|
||||||
clip: container.pageDepth == root.depth
|
clip: container.pageDepth == root.depth || container.pageDepth == root.depth + 1
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
Loading…
Reference in New Issue
Block a user