-
Notifications
You must be signed in to change notification settings - Fork 19
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
🐛 Flash light when Spalsh Screen Zoom begins #12
Comments
I set the Boot Slash color to RED to see a phenomenon. It looks like there is a short amount of time between the "Default Void Boot Splash" (our RED screen) and the start of the Zoom Splash screen, where there is nothing, so it display the default background color which is light gray. Screen.Recording.2023-05-04.at.11.03.49.mov |
The issue comes from the fact that the Spash Container remove all nodes at |
Note: my method removes the transitions, so it doesn't work... I ended up making a very small adjustment only. Instead of having
|
As for the original idea, I'm wanting it to work in flow: for screen in list_screen: But it throws a blink error on the first frame, 😅 |
I probably don't know enough to help you, but if I'd be happy to commit some code if needed 👍 |
First of all, thank you very much for this A.WE.SOME plugin 🎉🎉🎉
I'm using the "Zoom" splash screen, and when it starts, there is a blinking light.
I followed your guide in the README (so I set to
None
the Boot Splash).Here is a video of what happen:
RPReplay_Final1683194153.mov
Do you have an idea on how to solve it? I looked at your code thinking that the color background color was initialized to WHITE, but that's not the case..
Thank you
The text was updated successfully, but these errors were encountered: