-
Notifications
You must be signed in to change notification settings - Fork 49
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
Animation #26
Comments
there is no api, from the repos I "copy" code from, that enables animation because there's only animation when you switch to adjacent virtual desktop, there is no loss of functionality if you do: Grabacr07/VirtualDesktop#23 (comment) update:
I stand corrected : even if you jump 2 virtual desktops, it uses 1 animation, I expected there to be no animation |
With the latest version is there any way to remove the animation? I liked it much better when it was instant with no animation at all. Luckily the old version I have is still working for me, I wanted to upgrade but won't if I have to use the animation on change. I think if it is still possible to do the switch with no animation, can you add a class parameter (or something) we can set to choose instant or animation maybe? Thank you. |
It is possible to add the no-animation way back, but you can disable animations in windows appearance settings, is there a downside to that ? |
I tried adding the no-animation back in as a different function, but it no longer worked. I kind of like the animation when using Windows hotkeys to go to next/previous. But I want if I use a Hotkey with this library, it goes automatically with no animation. I'll just keep trying to work out the code of adding it back in myself. Thank you. |
I see: animation for windows builtin hotkeys, no-animation for ahk custom hotkeys I'm gonna add it like this: |
This flag/boolean should be useless in windows 11 since even builtin hotkeys don't have animation |
I can't think of any other improvements over that. Thank you very much for working on this, and so quickly too! I appreciate it. |
this is wrong information, windows 11 has an animation too, I don't know what I was thinking |
an early version of windows 11 had no animation at all the in all versions of windows, |
@TWF1212 |
A minor request, but nice to have:
If I use the Windows shortcuts CTRL-WIN-RIGHT or LEFT Windows switches between virtual desktops, it shows that animated swiping to the respective side. Is it possible to switch that on also in VD.ahk?
Just a thought.
The text was updated successfully, but these errors were encountered: