Safari tab overview tilted windows/views - visionOS

I have searched everywhere for examples to replicate this awesome feature. Specifically I am talking about the tab overview in safari. How they achieve the tilt/angle of the windows/views towards the user and how they are placed. Is this a volumetric window? some sort of spatial lazy grid?

anyone knows how they achieved this?

Thanks

Answered by Vision Pro Engineer in 802939022

Hey @silvermac,

Checkout the various rotation3DEffect(_:axis:anchor:) view modifiers to rotate a view. You can apply this to any view to rotate it in 3D space.

Let me know if you have any questions.
Michael

Accepted Answer

Hey @silvermac,

Checkout the various rotation3DEffect(_:axis:anchor:) view modifiers to rotate a view. You can apply this to any view to rotate it in 3D space.

Let me know if you have any questions.
Michael

Safari tab overview tilted windows/views - visionOS
 
 
Q