animate showing / hiding of navigation bar

This commit is contained in:
Sebastian Kügler 2012-05-09 04:48:25 +02:00
parent 5453bbc801
commit 26e1276738

View File

@ -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