I had trouble getting the closing 'burn' animation working and thought it was broken. I noticed it was actually running but 'behind' the windows that expanded to fill the closed window's space.
The fix for me was to change L2441 in crates/session/src/lib.rs from rr.above.unwrap_or(false), to rr.above.unwrap_or(false) || w.closing,.
I had trouble getting the closing 'burn' animation working and thought it was broken. I noticed it was actually running but 'behind' the windows that expanded to fill the closed window's space.
The fix for me was to change L2441 in
crates/session/src/lib.rsfromrr.above.unwrap_or(false),torr.above.unwrap_or(false) || w.closing,.