animate showing / hiding of navigation bar
This commit is contained in:
parent
5453bbc801
commit
26e1276738
@ -123,6 +123,10 @@ Item {
|
|||||||
asynchronous: true
|
asynchronous: true
|
||||||
clip: true
|
clip: true
|
||||||
width: navigationWidth + space
|
width: navigationWidth + space
|
||||||
|
Behavior on width {
|
||||||
|
NumberAnimation { duration: 250; easing.type: Easing.InOutExpo; }
|
||||||
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
clip: true
|
clip: true
|
||||||
id: navigationItem
|
id: navigationItem
|
||||||
|
Loading…
Reference in New Issue
Block a user