wayfire
wayfire copied to clipboard
scale: uncomfortable animation when switching workspaces
Describe the bug
See title.
To Reproduce Steps to reproduce the behavior:
- Enable
scale
plugin and activatetoggle_all
- Select a window on a different workspace
- In the animation the window moves too far from its destination and then moves back.
Expected behavior
The window should move directly towards its destination, like when not switching workspaces at the same time.
Screenshots or stacktrace If you can't reproduce the issue I can take time to get a screen record.
Wayfire version git, with a few unrelated patches.
Hi,
I think this depends on the speed of animations set for scale vs vswitch. If I set scale/duration
to the same value as vswitch/duration
, then the animation looks much better. Maybe there could be a way for the scale plugin to override the animation duration when switching workspaces?
Changing the two duration
to the same helps and it's much smoother, but still not ideal. I come up an idea and set both to 0
, unfortunately it still flickers one or two frames.