-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Run] Intro / exit animations #2191
Comments
@crutkas Fading is working for WPF elements but not for XAMLIsland objects. I have the code here : https://github.com/somil55/PowerToys/tree/somil55/LauncherFading. I think it should probably be because of xaml island transparency issue. |
I gave an idea here. |
Fade in wpf (50ms) Lot more complex. BUT should work. Going to have to do a lot of tweaking for timing. |
Or 33 and 33 |
This will need to respect the OS level enable/disable animations setting. |
It won’t since it is in memory |
Are we still planning to have a dark semi-transparent backdrop (like Shortcuts Guide)? We might want to do a quick fade there as well. |
As of now, no. Only shortcut guide. |
It should but this was me showing the xaml islands can’t fade in with opacity. |
@crutkas @somil55 For the WPF branch, what would be the best approach:
|
can we have results do a downward motion? or maybe results do downward only if there is a single bar? also ... as always ... 🔥🔥🔥🔥🔥 |
@somil55 What I don't understand, if I set the Opacity of the root grid to 0 in Deactivate() everything should work fine, right? Still getting the same issue. Is Activate() causing UI elements to show as opacity = 1 for some reason? |
@niels9001 I checked opacity before activate and it was 1. So, I don't think Activate() is causing it. |
Right. So if you set Opacity = 0 just before Hide() it doesn't get saved. Whenever you press Alt+Space Opacity is 1 again. |
newb q, does this behavior happen on a self contained app or is behavior unique to PT Run |
blocked by #4030 |
Also It would be great if the search bar also darkened the rest of the screen very subtly, cuz right now, it's very hard to separate it from the background in most cases. Edit: I just saw that others are mentioning the same thing above, but I'll leave this comment in to show there is a demand for it from the userbase too :) |
right now it is Visible / not visible. We need a quick, fade in / out.
Same should be list results.
The text was updated successfully, but these errors were encountered: