add opacity behavior change animationf or highlight component

shoudl work great for listviews purpioses now
This commit is contained in:
Shaun Reich 2012-02-09 13:08:29 -05:00
parent 40b87e0331
commit c9db516162

View File

@ -58,6 +58,13 @@ Item {
return "normal";
}
Behavior on opacity {
NumberAnimation {
duration: 250
easing.type: Easing.OutQuad
}
}
anchors {
fill: parent
topMargin: -background.margins.top