Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Move animations replay for each window in a stack after the stack is moved #1029

Closed
BartHageman opened this issue Oct 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BartHageman
Copy link

Describe the bug
After moving a stack of windows, the move animation plays again for each window in the stack.

To Reproduce
Steps to reproduce the behavior:
0. Enable animations. I use 150ms, EaseInOutCirc, 160fps.

  1. Create a stack of windows
  2. Have another window to swap locations with
  3. Swap location of stack with other window. Animation plays correctly.
  4. Flip through the stack and observe that for each window in the stack, the same move animation plays again.

Expected behavior
The move animation should be played only once for the entire stack.

Operating System

OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631

komorebic check Output

KOMOREBI_CONFIG_HOME detected: C:\Users\Mobius

Looking for configuration files in C:\Users\Mobius

Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\Mobius\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant