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