In the session around 19:15, the ornament for the app is displayed with fade animation. How can I achieve this? I can control the visibility using
ornament(visibility:attachmentAnchor:contentAlignment:ornament:)
with .visible or .hidden, but no animation.
Adding .transition to the content view also does have no effect.