effects/private: Actually fade out minimized windows on exit

This is most likely just an oversight/omission from the times when the
component was actively developed. There are five states total, including
one for realtime interactions; four others need to be transitioned to.
This commit is contained in:
ivan tkachenko 2022-07-28 01:12:15 +03:00
parent 2bca18bc5f
commit 54e74df57b
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -269,7 +269,7 @@ Item {
]
transitions: Transition {
to: "initial, active, active-hidden"
to: "initial, initial-minimized, active, active-hidden"
enabled: thumb.windowHeap.animationEnabled
NumberAnimation {
duration: thumb.windowHeap.animationDuration