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:
ivan tkachenko 2022-09-16 19:39:11 +03:00
parent 96a8980861
commit 3af565b616
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -228,6 +228,13 @@ Item {
? (thumb.activeHidden ? 0 : effect.partialActivationFactor)
: (thumb.activeHidden ? 1 - effect.partialActivationFactor : 1)
}
PropertyChanges {
target: thumbSource
x: 0
y: 0
width: thumb.width
height: thumb.height
}
PropertyChanges {
target: icon
opacity: effect.partialActivationFactor