Conversation
|
testing now |
|
It fixes the rendering problem (i think?) but makes switching feel really weird i'd expect it to switch by last-switched-to/by-focus |
This PR only changes the rendering order but I think I see the issue is more general than I thought. The order of views during the animation is last-focused, but the end state is stacking, so a proper solution would require some special animations to transition between the two. Thanks for testing so far... |
|
Any updates? |
|
@CCobaltDev I had some time today and looked again, let me know what you think about the newest version of the code. It is not perfect if you set it to a very slow animation (at 3-4 seconds length you can see artifacts here and there) but I think it should be relatively smooth for normal animation durations (<1s). |
|
I like the switcher transparency But doing the switch still has some odd behavior - not sure how to describe it so here's my exact case I have 3 windows open: Firefox, Vesktop, Alacritty |
|
@CCobaltDev I pushed some further changes which I think should improve the cases you mentioned, let me know what you think :) |
|
Seems to be working great! |
|
Thank you so much! |
Thanks for testing :) |
Fixes #2907
@marcusbritanicus @CCobaltDev does this fix the issue as I think it should?