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:
parent
2bca18bc5f
commit
54e74df57b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue