add opacity behavior change animationf or highlight component
shoudl work great for listviews purpioses now
This commit is contained in:
parent
40b87e0331
commit
c9db516162
@ -58,6 +58,13 @@ Item {
|
||||
return "normal";
|
||||
}
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
duration: 250
|
||||
easing.type: Easing.OutQuad
|
||||
}
|
||||
}
|
||||
|
||||
anchors {
|
||||
fill: parent
|
||||
topMargin: -background.margins.top
|
||||
|
Loading…
Reference in New Issue
Block a user