Thats where I am puzzled....what Animation do I use for the Height?

transitions: [
Transition {
from: "PRESSED"
to: "RELEASED"
ColorAnimation { target: footer; duration: 2000}
},
Transition {
from: "RELEASED"
to: "PRESSED"
ColorAnimation { target: footer; duration: 2000}
}
]