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

Better UX for multi-window arranger #25

Open
jcampbell05 opened this issue Jul 9, 2021 · 1 comment
Open

Better UX for multi-window arranger #25

jcampbell05 opened this issue Jul 9, 2021 · 1 comment

Comments

@jcampbell05
Copy link

I love the new UX but I think it could do with some refinement 😀

Firstly if there could be a fade-in / face-out animation so it doesn't just pop in and out. Finally if the boxes could have some sort of a screenshot of the application (Perhaps blurred just like on iPad so avoid seeing the distortion of the image) or the title of the window just like in Mission Control it would make it easier to understand what specific window you are moving

@dgurkaynak
Copy link
Owner

I've always been a kind of a developer who thinks that most of the UI animations suck, but you're totally right, even the basic fade-in/out animation will be better in terms of UX.

In the first prototypes, there writes window title instead of app name. However gathering window title from Accessibility API is an costly operation, if there are too many visible windows on your screen(s), it delays the activation time significantly, so I switch to app name. Maybe we can add an option to show window title instead of app name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants