Amend "effects/private: Merge two state machines into one with substates"
This commit amends 9897afa55f
.
Changes were pushed to the wrong branch, so the MR got merged not in its
final state.
This commit is contained in:
parent
96a8980861
commit
3af565b616
1 changed files with 7 additions and 0 deletions
|
@ -228,6 +228,13 @@ Item {
|
||||||
? (thumb.activeHidden ? 0 : effect.partialActivationFactor)
|
? (thumb.activeHidden ? 0 : effect.partialActivationFactor)
|
||||||
: (thumb.activeHidden ? 1 - effect.partialActivationFactor : 1)
|
: (thumb.activeHidden ? 1 - effect.partialActivationFactor : 1)
|
||||||
}
|
}
|
||||||
|
PropertyChanges {
|
||||||
|
target: thumbSource
|
||||||
|
x: 0
|
||||||
|
y: 0
|
||||||
|
width: thumb.width
|
||||||
|
height: thumb.height
|
||||||
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: icon
|
target: icon
|
||||||
opacity: effect.partialActivationFactor
|
opacity: effect.partialActivationFactor
|
||||||
|
|
Loading…
Reference in a new issue