How to animate VisionOS WindowGroup size?
How to animate the size of a WindowGroup when it is presented?
how can i make like a splash acitivity in visionOS
When I launch my app, a window displays while it waits for resources or load simply.To handle this, I’m considering adding animations with text, and buttons to create a splash screen effect. This allows my app to prepare in the background, similar to a SplashActivity in mobile applications. How can I achieve this?